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.

A118153 Start with 1 and repeatedly reverse the digits and add 57 to get the next term.

Original entry on oeis.org

1, 58, 142, 298, 949, 1006, 6058, 8563, 3715, 5230, 382, 340, 100, 58, 142, 298, 949, 1006, 6058, 8563, 3715, 5230, 382, 340, 100, 58, 142, 298, 949, 1006, 6058, 8563, 3715, 5230, 382, 340, 100, 58, 142, 298, 949, 1006, 6058, 8563, 3715, 5230, 382, 340
Offset: 1

Views

Author

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

Keywords

Comments

After 1 step enters a cycle of 12.

Crossrefs

Programs

  • Mathematica
    NestList[FromDigits[Reverse[IntegerDigits[#]]]+57&,1,50] (* Harvey P. Dale, Feb 23 2012 *)