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.

A362440 Aliqout sequence starting at 841.

Original entry on oeis.org

841, 30, 42, 54, 66, 78, 90, 144, 259, 45, 33, 15, 9, 4, 3, 1, 0
Offset: 1

Views

Author

N. J. A. Sloane, Apr 22 2023

Keywords

Comments

This is 841 followed by A008885. Could be further extended backwards, see A070015.

References

  • GCHQ, The GCHQ Puzzle Book, Penguin, 2016. See page 92.

Crossrefs

Programs

  • Mathematica
    NestWhileList[DivisorSigma[1,#]-#&,841,#>0&] (* Paolo Xausa, Oct 16 2023 *)