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.

A301799 Expansion of Product_{k>=1} 1/(1 - x^k)^A000593(k).

Original entry on oeis.org

1, 1, 2, 6, 8, 18, 34, 56, 98, 175, 290, 479, 809, 1293, 2096, 3382, 5324, 8378, 13140, 20319, 31328, 48098, 73096, 110763, 167100, 250365, 373670, 555613, 821604, 1210709, 1777718, 2598584, 3786132, 5498169, 7954764, 11473798, 16499790, 23650735, 33806012
Offset: 0

Views

Author

Vaclav Kotesovec, Mar 26 2018

Keywords

Comments

Euler transform of A000593.

Crossrefs

Programs

  • Mathematica
    nmax = 40; CoefficientList[Series[Exp[Sum[Sum[DivisorSum[k, -(-1)^# k / # &] * x^(j*k) / j, {k, 1, Floor[nmax/j] + 1}], {j, 1, nmax}]], {x, 0, nmax}], x] (* Vaclav Kotesovec, Mar 31 2018 *)

Formula

a(n) ~ exp((3*Pi)^(2/3) * Zeta(3)^(1/3) * n^(2/3) / 2^(4/3) + 1/24) * Zeta(3)^(13/72) / (sqrt(A) * 2^(23/36) * 3^(49/72) * Pi^(13/72) * n^(49/72)), where A is the Glaisher-Kinkelin constant A074962.
G.f.: exp(Sum_{k>=1} sigma_2(k)*x^k/(k*(1 + x^k))). - Ilya Gutkovskiy, Oct 26 2018