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!)
A118607 Start with 1 and repeatedly reverse the digits and add 18 to get the next term. 1
1, 19, 109, 919, 937, 757, 775, 595, 613, 334, 451, 172, 289, 1000, 19, 109, 919, 937, 757, 775, 595, 613, 334, 451, 172, 289, 1000, 19, 109, 919, 937, 757, 775, 595, 613, 334, 451, 172, 289, 1000, 19, 109, 919, 937, 757, 775, 595, 613, 334, 451, 172, 289 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
After 1 step enters a cycle of length 13.
LINKS
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
FORMULA
a(n) = a(n-13) for n >= 15. - Wesley Ivan Hurt, Sep 04 2022
MATHEMATICA
NestList[IntegerReverse[#]+18&, 1, 60] (* or *) PadRight[{1}, 120, {1000, 19, 109, 919, 937, 757, 775, 595, 613, 334, 451, 172, 289}] (* Harvey P. Dale, Feb 19 2023 *)
CROSSREFS
Sequence in context: A184056 A280628 A191566 * A144246 A281170 A158715
KEYWORD
base,nonn
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 24 13:56 EDT 2024. Contains 371958 sequences. (Running on oeis4.)