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.

Showing 1-1 of 1 results.

A326863 E.g.f.: Product_{k>=1} (1 + x^(4*k-3)/(4*k-3)) / (1 - x^(4*k-3)/(4*k-3)).

Original entry on oeis.org

1, 2, 4, 12, 48, 288, 2016, 14112, 112896, 1096704, 12063744, 135894528, 1630734336, 22157549568, 331366920192, 5107664314368, 82057393668096, 1436821272133632, 27168078863794176, 528845513033908224, 10627947138360803328, 228216184936879620096, 5219125284175176794112
Offset: 0

Views

Author

Vaclav Kotesovec, Jul 27 2019

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 30; CoefficientList[Series[Product[(1+x^(4*k-3)/(4*k-3))/(1-x^(4*k-3)/(4*k-3)), {k, 1, Floor[nmax/4]+1}], {x, 0, nmax}], x] * Range[0, nmax]!

Formula

a(n) ~ 4 * exp(-gamma/2) * sqrt(n) * n! / Pi, where gamma is the Euler-Mascheroni constant A001620.
Showing 1-1 of 1 results.