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.

A318977 Expansion of e.g.f. Product_{k>=1} ((1 + x^k)/(1 - x^k))^(tau(k)/k), where tau is A000005.

Original entry on oeis.org

1, 2, 8, 44, 292, 2296, 21472, 221168, 2554544, 32617952, 452957056, 6788855872, 110098330048, 1900192498304, 34971968379392, 683452436531456, 14097619892177152, 306168410773570048, 6998327049216231424, 167369475021548506112, 4187842602663179396096
Offset: 0

Views

Author

Vaclav Kotesovec, Sep 06 2018

Keywords

Comments

Convolution of A318696 and A318695.

Crossrefs

Programs

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