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.

A118150 Start with 1 and repeatedly reverse the digits and add 53 to get the next term.

Original entry on oeis.org

1, 54, 98, 142, 294, 545, 598, 948, 902, 262, 315, 566, 718, 870, 131, 184, 534, 488, 937, 792, 350, 106, 654, 509, 958, 912, 272, 325, 576, 728, 880, 141, 194, 544, 498, 947, 802, 261, 215, 565, 618, 869, 1021, 1254, 4574, 4807, 7137, 7370, 790, 150, 104
Offset: 1

Views

Author

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

Keywords

Comments

After 49 steps enters a cycle of 54.

Crossrefs

Programs

  • Mathematica
    NestList[IntegerReverse[#]+53&,1,60] (* Harvey P. Dale, Sep 21 2023 *)

Extensions

Corrected by Harvey P. Dale, Apr 19 2014