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.

A318975 Expansion of Product_{k>=1} ((1 + x^k)/(1 - x^k))^phi(k), where phi is the Euler totient function A000010.

Original entry on oeis.org

1, 2, 4, 10, 20, 42, 80, 154, 288, 522, 940, 1658, 2892, 4970, 8456, 14218, 23696, 39122, 64044, 104042, 167732, 268602, 427248, 675482, 1061632, 1659298, 2579676, 3990418, 6142892, 9412906, 14360136, 21814698, 33004704, 49739426, 74677924, 111713658
Offset: 0

Views

Author

Vaclav Kotesovec, Sep 06 2018

Keywords

Comments

Convolution of A299069 and A061255.

Examples

			a(n) ~ exp(3^(4/3) * (7*Zeta(3))^(1/3) * n^(2/3) / (2*Pi^(2/3)) - 1/6) * A^2 * (7*Zeta(3))^(1/9) / (sqrt(2) * 3^(7/18) * Pi^(8/9) * n^(11/18)), where A is the Glaisher-Kinkelin constant A074962.
		

Crossrefs

Programs

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