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.

A263346 Expansion of Product_{k>=1} ((1 - x^(3*k))/(1 - x^k))^k.

Original entry on oeis.org

1, 1, 3, 5, 12, 21, 40, 71, 130, 221, 387, 648, 1095, 1800, 2964, 4792, 7730, 12301, 19510, 30619, 47859, 74179, 114469, 175427, 267684, 406039, 613325, 921671, 1379500, 2055313, 3050652, 4509385, 6641966, 9746452, 14254242, 20775255, 30184451, 43715711
Offset: 0

Views

Author

Vaclav Kotesovec, Oct 15 2015

Keywords

Crossrefs

Programs

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

Formula

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