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.

A118159 Start with 1 and repeatedly reverse the digits and add 64 to get the next term.

Original entry on oeis.org

1, 65, 120, 85, 122, 285, 646, 710, 81, 82, 92, 93, 103, 365, 627, 790, 161, 225, 586, 749, 1011, 1165, 5675, 5829, 9349, 9503, 3123, 3277, 7787, 7941, 1561, 1715, 5235, 5389, 9899, 10053, 35065, 56117, 71229, 92281, 18293, 39345, 54457, 75509, 90621
Offset: 1

Views

Author

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

Keywords

Comments

After 809 steps enters a cycle of 108.

Crossrefs

Programs

  • Mathematica
    NestList[IntegerReverse[#]+64&,1,50] (* Harvey P. Dale, Mar 31 2023 *)

Extensions

a(31) corrected by Georg Fischer, Jul 17 2020