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.

A386777 a(n) = n^2*sigma_6(n).

Original entry on oeis.org

0, 1, 260, 6570, 66576, 390650, 1708200, 5764850, 17043520, 43105851, 101569000, 214359002, 437404320, 815730890, 1498861000, 2566570500, 4363141376, 6975757730, 11207521260, 16983563402, 26007914400, 37875064500, 55733340520, 78310985810, 111975926400, 152597656875
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 02 2025

Keywords

Crossrefs

Programs

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

Formula

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