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.

A118533 Start with 1 and repeatedly reverse the digits and add 16 to get the next term.

Original entry on oeis.org

1, 17, 87, 94, 65, 72, 43, 50, 21, 28, 98, 105, 517, 731, 153, 367, 779, 993, 415, 530, 51, 31, 29, 108, 817, 734, 453, 370, 89, 114, 427, 740, 63, 52, 41, 30, 19, 107, 717, 733, 353, 369, 979, 995, 615, 532, 251, 168, 877, 794, 513, 331, 149, 957
Offset: 1

Views

Author

N. J. A. Sloane, May 06 2006

Keywords

Crossrefs

Programs

  • Mathematica
    NestList[FromDigits[Reverse[IntegerDigits[#]]]+16&,1,60] (* Harvey P. Dale, Jul 19 2011 *)

Formula

After 721 steps enters a cycle of length 90.