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

A361805
Expansion of Product_{j=1..n, k=1..n} (1 + x^(k^j)) / (1 - x^(k^j)).
1
1, 2, 10, 52, 278, 1508, 8262, 45604, 253186, 1412196, 7906866, 44411420, 250124308, 1411963200, 7986664250, 45255888828, 256840959728, 1459686175768, 8306130772008, 47318321533008, 269839722667800, 1540242835509060, 8799238591245006, 50308756959106988
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * (1 + sqrt(2))^(2*n) / sqrt(n), where c = 0.6431307610999754935775134585988078560575016233514072350040712130921818...
MATHEMATICA
Table[SeriesCoefficient[Product[Product[(1+x^(k^j))/(1-x^(k^j)), {k, 1, n^(1/j)}], {j, 1, n}], {x, 0, n}], {n, 0, 40}]
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 28 2024
STATUS
approved