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.

A118531 Start with 1 and repeatedly reverse the digits and add 14 to get the next term.

Original entry on oeis.org

1, 15, 65, 70, 21, 26, 76, 81, 32, 37, 87, 92, 43, 48, 98, 103, 315, 527, 739, 951, 173, 385, 597, 809, 922, 243, 356, 667, 780, 101, 115, 525, 539, 949, 963, 383, 397, 807, 722, 241, 156, 665, 580, 99, 113, 325, 537, 749, 961, 183, 395, 607, 720
Offset: 1

Views

Author

N. J. A. Sloane, May 06 2006

Keywords

Crossrefs

Programs

  • Mathematica
    NestList[FromDigits[Reverse[IntegerDigits[#]]]+14&,1,60] (* Harvey P. Dale, Jul 11 2013 *)

Formula

After 15 steps enters a cycle of length 72.