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!)
A118087 Start with 1 and repeatedly reverse the digits and add 43 to get the next term. 0
1, 44, 87, 121, 164, 504, 448, 887, 831, 181, 224, 465, 607, 749, 990, 142, 284, 525, 568, 908, 852, 301, 146, 684, 529, 968, 912, 262, 305, 546, 688, 929, 972, 322, 266, 705, 550, 98, 132, 274, 515, 558, 898, 941, 192, 334, 476, 717, 760, 110, 54, 88, 131, 174, 514, 458, 897, 841, 191, 234, 475, 617, 759, 1000, 44 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
After 1 step enters a cycle of length 63.
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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
FORMULA
a(n) = 43 + A004086(a(n-1)) for n > 1, a(1) = 1. - Alois P. Heinz, Nov 07 2019
MAPLE
a:= proc(n) option remember; `if`(n=1, 1, 43 +(s-> parse(
cat(seq(s[-i], i=1..length(s)))))(cat("", a(n-1))))
end:
seq(a(n), n=1..65); # Alois P. Heinz, Nov 07 2019
CROSSREFS
Sequence in context: A260201 A112721 A195816 * A335481 A345409 A246412
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 11 2006
EXTENSIONS
a(43)-a(52) corrected and more terms added by Alois P. Heinz, Nov 07 2019
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 August 16 04:49 EDT 2024. Contains 375173 sequences. (Running on oeis4.)