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.

A285292 Expansion of Product_{k>=1} (1 + x^k)^k / (1 + x^(4*k))^(4*k).

Original entry on oeis.org

1, 1, 2, 5, 4, 12, 20, 29, 53, 80, 127, 199, 311, 468, 715, 1079, 1621, 2402, 3541, 5210, 7574, 11046, 15926, 22917, 32804, 46766, 66419, 93936, 132331, 185830, 260144, 362752, 504573, 699376, 966842, 1332721, 1832217, 2512209, 3435932, 4687884, 6380911
Offset: 0

Views

Author

Vaclav Kotesovec, Apr 16 2017

Keywords

Crossrefs

Programs

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

Formula

a(n) ~ exp(3^(5/3) * Zeta(3)^(1/3) * n^(2/3) / 4) * Zeta(3)^(1/6) / (2^(3/4) * 3^(1/6) * sqrt(Pi) * n^(2/3)).