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.

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

Original entry on oeis.org

1, 2, 2, 2, 6, 10, 10, 10, 18, 32, 38, 38, 50, 86, 110, 110, 134, 206, 272, 290, 342, 466, 610, 682, 770, 1012, 1310, 1492, 1654, 2130, 2698, 3066, 3410, 4210, 5310, 6106, 6812, 8078, 10118, 11750, 13006, 15198, 18654, 21810, 24178, 28092, 33682, 39330, 43866
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 29 2017

Keywords

Comments

Convolution of A285047 and A281790.

Crossrefs

Programs

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

Formula

log(a(n)) ~ Pi*sqrt(n/2).