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!)
A118617 Start with 1 and repeatedly reverse the digits and add 31 to get the next term. 0
1, 32, 54, 76, 98, 120, 52, 56, 96, 100, 32, 54, 76, 98, 120, 52, 56, 96, 100, 32, 54, 76, 98, 120, 52, 56, 96, 100, 32, 54, 76, 98, 120, 52, 56, 96, 100, 32, 54, 76, 98, 120, 52, 56, 96, 100, 32, 54, 76, 98, 120, 52, 56, 96, 100, 32, 54, 76, 98, 120, 52, 56, 96, 100, 32, 54 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
After 1 step enters a cycle of length 9.
LINKS
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
MATHEMATICA
NestList[FromDigits[Reverse[IntegerDigits[#]]]+31&, 1, 70] (* Harvey P. Dale, Dec 25 2012 *)
NestList[IntegerReverse[#]+31&, 1, 70] (* Harvey P. Dale, Aug 28 2021 *)
CROSSREFS
Sequence in context: A164998 A165000 A259723 * A259716 A033907 A033549
KEYWORD
base,nonn,less,easy
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 08 2006
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.)