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.

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

Original entry on oeis.org

1, 1, 13, 61, 263, 1094, 4578, 18076, 69815, 262242, 965342, 3480006, 12322360, 42896002, 147062818, 497000146, 1657470977, 5459160063, 17772284155, 57225458626, 182362100816, 575463112191, 1799106136923, 5575063264825, 17130798464652, 52216240087807, 157937816918539, 474197830869573, 1413695306175884, 4185962563381518
Offset: 0

Views

Author

Ilya Gutkovskiy, Dec 18 2016

Keywords

Comments

Euler transform of the icosahedral numbers (A006564).

Crossrefs

Programs

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

Formula

G.f.: Product_{k>=1} 1/(1 - x^k)^(k*(5*k^2-5*k+2)/2).
a(n) ~ exp(Zeta'(-1) + 5*Zeta(3) / (8*Pi^2) - Pi^16 / (16796160000*Zeta(5)^3) + Pi^8 * Zeta(3) / (648000*Zeta(5)^2) - Zeta(3)^2 / (150*Zeta(5)) + 5*Zeta'(-3)/2 + (-Pi^12/(19440000 * 2^(2/5) * 15^(1/5) * Zeta(5)^(11/5)) + Pi^4 * Zeta(3) / (900 * 2^(2/5) * 15^(1/5) * Zeta(5)^(6/5))) * n^(1/5) + (-Pi^8 / (21600 * 2^(4/5) * 15^(2/5) * Zeta(5)^(7/5)) + Zeta(3) / (2^(4/5) * (15*Zeta(5))^(2/5))) * n^(2/5) + (-Pi^4 / (36 * 2^(1/5) * (15*Zeta(5))^(3/5))) * n^(3/5) + ((5*(15*Zeta(5))^(1/5)) / 2^(8/5)) * n^(4/5)) * (3*Zeta(5))^(9/80) / (2^(11/40) * 5^(31/80) * sqrt(Pi) * n^(49/80)). - Vaclav Kotesovec, Nov 09 2017