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!)
A244058 n-th term of the 'Reverse and Add!' sequence starting with n. 2
1, 4, 12, 77, 44, 363, 484, 4444, 79497, 14003, 88088, 175857, 1596595, 1716517, 17794887, 13528163, 176599676, 839546037, 1317544822, 853595347, 8836886388, 13236127322, 13297007933, 668823329856, 175304440267, 909153350908, 9317488848228, 8813200023188 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) is a palindrome for n in {1, 2, 4, 5, 6, 7, 8, 9, 11, 21, 28, 30}.
LINKS
MAPLE
b:= proc(n, j) option remember; `if`(j=1, n, (h-> h+ (s->
parse(cat(s[-i]$i=1..length(s))))(""||h))(b(n, j-1)))
end:
a:= n-> b(n$2):
seq(a(n), n=1..40);
MATHEMATICA
Table[Nest[#+IntegerReverse[#]&, n, n-1], {n, 30}] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jun 07 2021 *)
CROSSREFS
Main diagonal of A243238.
Sequence in context: A078628 A358660 A301340 * A165261 A027145 A299795
KEYWORD
nonn,base
AUTHOR
Alois P. Heinz, Jun 18 2014
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)