login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A369729
Number of solutions to +- 1 +- 3 +- 5 +- 7 +- ... +- (4*n-3) = 1.
0
0, 1, 1, 2, 5, 13, 38, 118, 380, 1262, 4277, 14745, 51541, 182182, 650095, 2338706, 8472697, 30884150, 113189168, 416839177, 1541726967, 5724470097, 21330062502, 79733319862, 298922247363, 1123678419818, 4234465089737, 15993581636893, 60535561889465
OFFSET
0,4
FORMULA
a(n) = [x^1] Product_{k=1..2*n-1} (x^(2*k-1) + 1/x^(2*k-1)).
MATHEMATICA
Table[Coefficient[Product[(x^(2 k - 1) + 1/x^(2 k - 1)), {k, 1, 2 n - 1}], x, 1], {n, 0, 27}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 30 2024
STATUS
approved