cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A291666 Expansion of Product_{k>=1} ((1 + x^(k^2)) / (1 - x^(k^2)))^(k^2).

Original entry on oeis.org

1, 2, 2, 2, 10, 18, 18, 18, 50, 100, 118, 118, 206, 438, 582, 582, 806, 1606, 2344, 2506, 3122, 5322, 8202, 9498, 11130, 16844, 26110, 32272, 37018, 52274, 78018, 100098, 115986, 155026, 223190, 291674, 345132, 439518, 618734, 811790, 972846, 1204190, 1653726
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 29 2017

Keywords

Comments

Convolution of A291649 and A291655.

Crossrefs

Programs

  • Mathematica
    nmax = 50; CoefficientList[Series[Product[((1+x^(k^2))/(1-x^(k^2)))^(k^2), {k, 1, nmax}], {x, 0, nmax}], x]

Formula

log(a(n)) ~ 5 * Pi^(1/5) * ((8-sqrt(2)) * Zeta(5/2))^(2/5) * n^(3/5) / (4*3^(3/5)).