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.

A386778 a(n) = n^2*sigma_8(n).

Original entry on oeis.org

0, 1, 1028, 59058, 1052688, 9765650, 60711624, 282475298, 1077952576, 3487315923, 10039088200, 25937424722, 62169647904, 137858492018, 290384606344, 576739757700, 1103823438080, 2015993900738, 3584960768844, 6131066258162, 10280182567200, 16682426149284, 26663672614216
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 02 2025

Keywords

Crossrefs

Programs

  • Magma
    [0] cat [n^2*DivisorSigma(8, n): n in [1..35]]; // Vincenzo Librandi, Aug 04 2025
  • Mathematica
    Table[n^2*DivisorSigma[8, n], {n, 0, 30}]
    nmax = 30; CoefficientList[Series[Sum[k^10*x^k*(1 + x^k)/(1 - x^k)^3, {k, 1, nmax}], {x, 0, nmax}], x]

Formula

G.f.: Sum_{k>=1} k^10*x^k*(1 + x^k)/(1 - x^k)^3.
a(n) = n^2*A013956(n).
Dirichlet g.f.: zeta(s-2)*zeta(s-10). - R. J. Mathar, Aug 03 2025