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.

A386750 a(n) = n*sigma_6(n).

Original entry on oeis.org

0, 1, 130, 2190, 16644, 78130, 284700, 823550, 2130440, 4789539, 10156900, 19487182, 36450360, 62748530, 107061500, 171104700, 272696336, 410338690, 622640070, 893871758, 1300395720, 1803574500, 2533333660, 3404825470, 4665663600, 6103906275, 8157308900, 10474721820
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 01 2025

Keywords

Crossrefs

Programs

  • Magma
    [0] cat [n*DivisorSigma(6,n): n in [1..25]]; // Vincenzo Librandi, Aug 02 2025
  • Mathematica
    Table[n*DivisorSigma[6, n], {n, 0, 40}]
    nmax = 40; CoefficientList[Series[x*Sum[k^7*x^(k-1)/(1 - x^k)^2, {k, 1, nmax}], {x, 0, nmax}], x]

Formula

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