So I made a recursive function that gives me a certain number if it\'s odd or even. So if I call the function with a 5, it\'ll output 5, 16, 8, 4, 2, 1. How do i have the ou