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.

A178601 a(n) = s(s(n)), where s(n) = sigma(n)-n = A001065(n).

Original entry on oeis.org

0, 0, 1, 0, 6, 0, 1, 3, 7, 0, 15, 0, 8, 4, 9, 0, 11, 0, 14, 1, 10, 0, 55, 6, 15, 1, 28, 0, 54, 0, 1, 9, 22, 1, 17, 0, 14, 1, 43, 0, 66, 0, 50, 15, 16, 0, 64, 7, 1, 11, 26, 0, 78, 1, 63, 1, 31, 0, 172, 0, 20, 1, 41, 1, 90, 0, 32, 13, 40, 0, 45, 0, 50, 8, 63, 1, 144, 0, 56, 50, 40, 0, 196, 1, 26, 15, 76, 0, 259, 11, 64, 13, 43, 6, 236, 0
Offset: 2

Views

Author

Roger L. Bagula, May 30 2010

Keywords

Crossrefs

Cf. A206708 (fixed points, union of A000396 and A063990). - Antti Karttunen, Nov 01 2017

Programs

  • Mathematica
    Table[Apply[ Plus, Divisors[Apply[ Plus, Divisors[n]] - n]] - (Apply[Plus, Divisors[n]] - n), {n, 0, 100}]
  • PARI
    A001065(n) = (sigma(n) - n);
    A178601(n) = A001065(A001065(n)); \\ Antti Karttunen, Nov 01 2017

Extensions

Edited by N. J. A. Sloane, May 30 2010
Terms a(0) and a(1) removed and more terms added by Antti Karttunen, Nov 01 2017