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.

A292304 a(n) = [x^n] Product_{k>=1} (1 + n^2*x^k).

Original entry on oeis.org

1, 1, 4, 90, 272, 1275, 49284, 124901, 536640, 1620648, 104040100, 223290012, 880969104, 2485978170, 7454471332, 592164776475, 1138401673472, 4109108002310, 10877348160900, 30962024560494, 72270337440400, 7523649856001916, 13202150810778116, 44577985082575400
Offset: 0

Views

Author

Vaclav Kotesovec, Sep 14 2017

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 30; Table[SeriesCoefficient[Product[(1+n^2*x^k), {k, 1, n}], {x, 0, n}], {n, 0, nmax}]
    Table[SeriesCoefficient[QPochhammer[-n^2, x, 1 + n]/(1 + n^2), {x, 0, n}], {n, 0, 30}]

Formula

Conjecture: a(n) ~ exp(2*sqrt((Pi^2/6 + 2*log(n)^2)*n)) * (Pi^2/6 + 2*log(n)^2)^(1/4) / (2 * sqrt(Pi) * n^(7/4)).