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.

A118620 Start with 1 and repeatedly reverse the digits and add 45 to get the next term.

Original entry on oeis.org

1, 46, 109, 946, 694, 541, 190, 136, 676, 721, 172, 316, 658, 901, 154, 496, 739, 982, 334, 478, 919, 964, 514, 460, 109, 946, 694, 541, 190, 136, 676, 721, 172, 316, 658, 901, 154, 496, 739, 982, 334, 478, 919, 964, 514, 460, 109, 946, 694, 541, 190, 136, 676, 721, 172
Offset: 1

Views

Author

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

Keywords

Comments

After 2 steps enters a cycle of length 22.

Crossrefs

Programs

  • Mathematica
    NestList[IntegerReverse[#]+45&,1,60] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Oct 09 2020 *)

Extensions

New a(5)=a(27)=a(49)=694 inserted by Georg Fischer, Jul 17 2020