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.

A022622 Expansion of Product_{m>=1} (1+q^m)^(-27).

Original entry on oeis.org

1, -27, 351, -2952, 18279, -90234, 376065, -1380861, 4603419, -14211732, 41168493, -112989411, 296067411, -745157691, 1809973404, -4259279106, 9741879531, -21715736634, 47285714262, -100777640049, 210581729640, -432065248731, 871606288422, -1730764207107, 3386501241606
Offset: 0

Views

Author

Keywords

Programs

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

Formula

a(n) ~ (-1)^n * sqrt(3) * exp(3*Pi*sqrt(n/2)) / (2^(7/4) * n^(3/4)). - Vaclav Kotesovec, Aug 27 2015