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.

A318814 Expansion of e.g.f. Product_{k>=1} ((1 + x^k)/(1 - x^k))^(sigma(k)/k).

Original entry on oeis.org

1, 2, 10, 64, 512, 4768, 53056, 645440, 8868352, 133302016, 2184149504, 38530160128, 733246566400, 14834910150656, 319778313883648, 7292507623063552, 175517505539538944, 4440588163825008640, 117969026857318678528, 3276703253565946855424, 95086071773832697348096
Offset: 0

Views

Author

Vaclav Kotesovec, Sep 04 2018

Keywords

Comments

Convolution of A305127 and A318769.

Crossrefs

Programs

  • Mathematica
    nmax = 20; CoefficientList[Series[Product[((1+x^k)/(1-x^k))^(DivisorSigma[1, k]/k), {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]!

Formula

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