I was going over old HW solutions to study for an exam and I noticed something strange.

Basically, the number in the denominator was 90 based on the table I looked up the value in, but the solution to this problem said it should be 1440. The problem I'm working on specifies only even n, so I suspect that's part of it somehow.
All I could figure out was that 1440/90 = 16, or 2^4.
I suspect that's what happened there. That the denominator was multiplied by 2^4 for some reason. But why does that happen? And how is it different for odd n?