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.

A118614 Start with 1 and repeatedly reverse the digits and add 28 to get the next term.

Original entry on oeis.org

1, 29, 120, 49, 122, 249, 970, 107, 729, 955, 587, 813, 346, 671, 204, 430, 62, 54, 73, 65, 84, 76, 95, 87, 106, 629, 954, 487, 812, 246, 670, 104, 429, 952, 287, 810, 46, 92, 57, 103, 329, 951, 187, 809, 936, 667, 794, 525, 553, 383, 411, 142, 269, 990, 127, 749
Offset: 1

Views

Author

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

Keywords

Comments

After 31 steps enters a cycle of length 36.

Crossrefs

Programs

  • Mathematica
    NestList[IntegerReverse[#]+28&,1,80] (* Harvey P. Dale, Jun 09 2024 *)