login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118220 Start with 1 and repeatedly reverse the digits and add 72 to get the next term. 0
1, 73, 109, 973, 451, 226, 694, 568, 937, 811, 190, 163, 433, 406, 676, 748, 919, 991, 271, 244, 514, 487, 856, 730, 109, 973, 451, 226, 694, 568, 937, 811, 190, 163, 433, 406, 676, 748, 919, 991, 271, 244, 514, 487, 856, 730, 109, 973, 451, 226, 694, 568 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
After 2 steps enters a cycle of length 22.
LINKS
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
MATHEMATICA
NestList[IntegerReverse[#]+72&, 1, 60] (* Requires Mathematica version 10 or later *) (* or *) PadRight[{1, 73}, 60, {856, 730, 109, 973, 451, 226, 694, 568, 937, 811, 190, 163, 433, 406, 676, 748, 919, 991, 271, 244, 514, 487}] (* Harvey P. Dale, Apr 15 2020 *)
CROSSREFS
Sequence in context: A180522 A238679 A157120 * A144050 A087878 A142196
KEYWORD
base,nonn,less
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 14 2006
EXTENSIONS
Corrected by Harvey P. Dale, Apr 15 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)