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.

A045477 Aliquot sequence starting at 840 (reaches 1 at 747th term).

Original entry on oeis.org

840, 2040, 4440, 9240, 25320, 51000, 117480, 271320, 765480, 1531320, 3721800, 7817640, 15635640, 32899560, 65799480, 139098120, 349027320, 699333000, 1597611000, 3386944680, 9543610200, 20041583280
Offset: 0

Views

Author

Keywords

References

  • A. W. P. Guy and R. K. Guy, A record aliquot sequence, pp. 557-559 of Mathematics of Computation 1943-1993 (Vancouver, 1993), Proc. Symp. Appl. Math., Vol. 48, Amer. Math. Soc. 1994.

Programs

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

Formula

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