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.

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

Original entry on oeis.org

1, -30, 435, -4090, 28305, -155586, 716910, -2884080, 10440930, -34752790, 107952705, -316326840, 881621260, -2352438330, 6041102175, -14993771926, 36092874960, -84513784620, 192981056950, -430636738770, 940848408276
Offset: 0

Views

Author

Keywords

Programs

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

Formula

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