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”).

A361008
G.f.: Product_{k >= 0} ((1 + x^(2*k+1)) / (1 - x^(2*k+1)))^k.
2
1, 0, 0, 2, 0, 4, 2, 6, 8, 10, 20, 18, 42, 40, 78, 92, 140, 192, 258, 382, 480, 728, 902, 1334, 1698, 2404, 3148, 4292, 5742, 7608, 10304, 13430, 18192, 23592, 31720, 41144, 54766, 71188, 93762, 122156, 159420, 207820, 269380, 350726, 452434, 587520, 755446
OFFSET
0,4
LINKS
FORMULA
a(n) ~ sqrt(A/(3*Pi)) * (7*zeta(3))^(11/72) * exp(3*(7*zeta(3))^(1/3) * n^(2/3)/4 - Pi^2 * n^(1/3)/(8*(7*zeta(3))^(1/3)) - 1/24 - Pi^4/(1344*zeta(3))) / (2^(3/4) * n^(47/72)), where A = A074962 is the Glaisher-Kinkelin constant.
MATHEMATICA
Table[SeriesCoefficient[Product[((1 + x^(2*k + 1))/(1 - x^(2*k + 1)))^k, {k, 0, n}], {x, 0, n}], {n, 0, 50}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Apr 20 2023
STATUS
approved