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.

A321260 a(n) = [x^n] Product_{k>=1} 1/(1 - x^k)^(sigma_n(k)-k^n).

Original entry on oeis.org

1, 0, 1, 1, 18, 2, 861, 132, 106024, 40910, 72980055, 6838271, 228282942581, 27620223647, 2050169324675668, 352809815149813, 87174966874755673105, 6798293425492905407, 18318448554980083512011863, 1187839217207171380193247, 11258918803635775614062752424535
Offset: 0

Views

Author

Ilya Gutkovskiy, Nov 01 2018

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[Product[1/(1 - x^k)^(DivisorSigma[n, k] - k^n), {k, 1, n}], {x, 0, n}], {n, 0, 20}]
    Table[SeriesCoefficient[Exp[Sum[DivisorSigma[n + 1, k] x^(2 k)/(k (1 - x^k)), {k, 1, n}]], {x, 0, n}], {n, 0, 20}]

Formula

a(n) = [x^n] exp(Sum_{k>=1} sigma_(n+1)(k)*x^(2*k)/(k*(1 - x^k))).