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.

A118529 Start with 1 and repeatedly reverse the digits and add 12 to get the next term.

Original entry on oeis.org

1, 13, 43, 46, 76, 79, 109, 913, 331, 145, 553, 367, 775, 589, 997, 811, 130, 43, 46, 76, 79, 109, 913, 331, 145, 553, 367, 775, 589, 997, 811, 130, 43, 46, 76, 79, 109, 913, 331, 145, 553, 367, 775, 589, 997, 811, 130, 43, 46, 76, 79, 109, 913, 331
Offset: 1

Views

Author

N. J. A. Sloane, May 06 2006

Keywords

Crossrefs

Programs

  • Mathematica
    NestList[IntegerReverse[#]+12&,1,60] (* Harvey P. Dale, Dec 16 2024 *)

Formula

After 2 steps enters a cycle of length 15.