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.

A118074 Start with 1 and repeatedly reverse the digits and add 41 to get the next term.

Original entry on oeis.org

1, 42, 65, 97, 120, 62, 67, 117, 752, 298, 933, 380, 124, 462, 305, 544, 486, 725, 568, 906, 650, 97, 120, 62, 67, 117, 752, 298, 933, 380, 124, 462, 305, 544, 486, 725, 568, 906, 650, 97, 120, 62, 67, 117, 752, 298, 933, 380, 124, 462, 305, 544, 486, 725
Offset: 1

Views

Author

Luc Stevens (lms022(AT)yahoo.com), May 11 2006

Keywords

Comments

After 3 steps enters a cycle of length 18.

Crossrefs

Programs

  • Mathematica
    NestList[FromDigits[Reverse[IntegerDigits[#]]]+41&,1,60] (* Harvey P. Dale, May 28 2014 *)

Extensions

Corrected by Harvey P. Dale, May 28 2014