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.

A308571 a(n) = sigma_{n^2}(n).

Original entry on oeis.org

1, 17, 19684, 4295032833, 298023223876953126, 10314424798640630250188424914, 256923577521058878088611477224235621321608, 6277101735386680764176071790128604879584176795969512275969
Offset: 1

Views

Author

Seiichi Manyama, Jun 08 2019

Keywords

Crossrefs

Diagonal of A308569.
Cf. A308670.

Programs

  • Mathematica
    Table[DivisorSigma[n^2, n], {n, 1, 10}] (* Vaclav Kotesovec, Jun 08 2019 *)
  • PARI
    {a(n) = sigma(n, n^2)}

Formula

a(n) ~ n^(n^2). - Vaclav Kotesovec, Jun 08 2019