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.

A020476 Numbers k such that the sum of divisors of k^3 is a cube.

Original entry on oeis.org

1, 30154214043975990969, 76630991932799573643, 3590918978816938469301573291605, 68804810614900760202830061602802, 527113576787083306927808065765554478755087
Offset: 1

Views

Author

Keywords

Comments

WARNING: the listed terms are not proved to be in order. According to Basso (2017), it is not even proved that a(2) = 30154214043975990969. - Max Alekseyev, Mar 25 2023

Crossrefs

Programs

  • PARI
    isok(n) = ispower(sigma(n^3), 3); \\ Michel Marcus, Jul 19 2017