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.

A027346 Expansion of Product_{m>=1} (1 + q^m)^(3*m).

Original entry on oeis.org

1, 3, 9, 28, 72, 183, 443, 1026, 2313, 5072, 10860, 22767, 46862, 94806, 188886, 371068, 719493, 1378449, 2611540, 4896291, 9090651, 16723930, 30501744, 55177932, 99048719, 176500572, 312330813, 549033172
Offset: 0

Views

Author

Keywords

Crossrefs

Column k=3 of A277938.

Programs

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

Formula

a(n) ~ exp(2^(-4/3) * 3^(5/3) * Zeta(3)^(1/3) * n^(2/3)) * Zeta(3)^(1/6) / (2^(11/12) * 3^(1/6) * sqrt(Pi) * n^(2/3)). - Vaclav Kotesovec, Aug 17 2015
G.f.: exp(3*Sum_{k>=1} (-1)^(k+1)*x^k/(k*(1 - x^k)^2)). - Ilya Gutkovskiy, May 30 2018