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.

A261648 Expansion of Product_{k>=0} ((1+x^(2*k+1))/(1-x^(2*k+1)))^5.

Original entry on oeis.org

1, 10, 50, 180, 550, 1512, 3820, 9040, 20310, 43670, 90472, 181540, 354180, 674040, 1254640, 2289104, 4101430, 7228020, 12546030, 21473940, 36281656, 60565920, 99974140, 163297520, 264110180, 423211938, 672244600, 1059013320, 1655274320, 2568068120
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 28 2015

Keywords

Comments

In general, if j > 0 and g.f. = Product_{k>=0} ((1 + x^(2*k+1))/(1 - x^(2*k+1)))^j, then a(n) ~ exp(Pi*sqrt(j*n/2)) * j^(1/4) / (2^(j/2 + 7/4) * n^(3/4)).

Crossrefs

Cf. A080054 (j=1), A007096 (j=2), A261647 (j=3), A014969 (j=4), A014970 (j=6), A014972 (j=8), A103261 (j=10).

Programs

  • Mathematica
    nmax=60; CoefficientList[Series[Product[((1+x^(2*k+1))/(1-x^(2*k+1)))^5,{k,0,nmax}],{x,0,nmax}],x]

Formula

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