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.

A118225 Start with 1 and repeatedly reverse the digits and add 74 to get the next term.

Original entry on oeis.org

1, 75, 131, 205, 576, 749, 1021, 1275, 5795, 6049, 9480, 923, 403, 378, 947, 823, 402, 278, 946, 723, 401, 178, 945, 623, 400, 78, 161, 235, 606, 680, 160, 135, 605, 580, 159, 1025, 5275, 5799, 10049, 94075, 57123, 32249, 94297, 79323, 32471, 17497, 79545
Offset: 1

Views

Author

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

Keywords

Comments

After 192 steps enters a cycle of 90.

Crossrefs

Programs

  • Mathematica
    NestList[74+IntegerReverse[#]&,1,50] (* Harvey P. Dale, Jan 05 2022 *)

Extensions

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