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.

A074907 Aliquot sequence starting at 570.

Original entry on oeis.org

570, 870, 1290, 1878, 1890, 3870, 6426, 10854, 13830, 19434, 20886, 21606, 25098, 26742, 26754, 40446, 63234, 77406, 110754, 171486, 253458, 295740, 647748, 1077612, 1467588, 1956812, 2109796, 1889486, 953914, 668966, 353578, 176792
Offset: 0

Views

Author

Robert A. Stump (bee_ess107(AT)msn.com), Sep 30 2002

Keywords

Examples

			a(0) = 570, a(1) = sigma(570) - 570 = 870.
		

References

  • R. K. Guy, Unsolved Problems in Number Theory, B6.

Crossrefs

Programs

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

Formula

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