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.

A058541 Trajectory of 1 under map that sends x to 3x - sigma(x).

Original entry on oeis.org

1, 2, 3, 5, 9, 14, 18, 15, 21, 31, 61, 121, 230, 258, 246, 234, 156, 76, 88, 84, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    NestList[3#-DivisorSigma[1,#]&,1,70] (* Harvey P. Dale, Jul 23 2012 *)