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.

A262949 Expansion of Product_{k>=1} (1 + x^(3*k-2))^(3*k-2).

Original entry on oeis.org

1, 1, 0, 0, 4, 4, 0, 7, 13, 6, 10, 38, 32, 17, 74, 103, 59, 139, 266, 191, 247, 593, 581, 513, 1175, 1487, 1190, 2223, 3453, 2938, 4158, 7264, 7095, 8052, 14430, 16308, 16246, 27364, 35347, 34096, 50997, 72595, 72163, 94707, 142522, 151435, 178047, 270112
Offset: 0

Views

Author

Vaclav Kotesovec, Oct 05 2015

Keywords

Crossrefs

Programs

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

Formula

a(n) ~ exp(3 * 2^(-4/3) * Zeta(3)^(1/3) * n^(2/3)) * Zeta(3)^(1/6) / (2^(7/12) * sqrt(3*Pi) * n^(2/3)).