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.

A014362 Aliquot sequence starting at 660.

Original entry on oeis.org

660, 1356, 1836, 3204, 4986, 5856, 9768, 17592, 26448, 47952, 94586, 47296, 46684, 42524, 31900, 46220, 50884, 38170, 36998, 22810, 18266, 9136, 8596, 8652, 14644, 14700, 34776, 80424, 137586, 149838, 194898, 230478, 236082
Offset: 0

Views

Author

Keywords

References

  • Richard K. Guy, Unsolved Problems in Number Theory, 3rd Edition, Springer, 2004, Section B6, pp. 92-95.

Crossrefs

Programs

  • Mathematica
    FixedPointList[If[# > 0, DivisorSigma[1, #] - #, 0]&, 660, 100] (* Jean-François Alcover, Mar 28 2020 *)

Formula

a(n+1) = A001065(a(n)). - R. J. Mathar, Oct 11 2017