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

A369577
Expansion of Product_{j=1..n, k=1..n} 1/(1 - x^(k^j)).
2
1, 1, 4, 14, 52, 193, 724, 2736, 10404, 39759, 152555, 587323, 2267578, 8776197, 34038411, 132262696, 514774705, 2006461961, 7830924282, 30599035846, 119692591204, 468651774760, 1836626054421, 7203559635483, 28274941506056, 111060542576799, 436515284729667
OFFSET
0,3
LINKS
FORMULA
a(n) ~ c * 4^n / sqrt(n), where c = 0.52405470637768487694539405770364130415279761385131429278498764796443...
MATHEMATICA
Table[SeriesCoefficient[Product[Product[1/(1 - x^(k^j)), {k, 1, n^(1/j)}], {j, 1, n}], {x, 0, n}], {n, 0, 40}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 26 2024
STATUS
approved