The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A218000 Smallest palindrome which has additive persistence n. 0
0, 11, 55, 595, 59999999999999999999995 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The next term is too large to include.
LINKS
Eric Weisstein's World of Mathematics, Additive Persistence
EXAMPLE
0 has additive persistence 0.
11 -> 2 has additive persistence 1.
55 -> 10 -> 1 has additive persistence 2.
MATHEMATICA
lst = {0, 11, 55}; Do[AppendTo[lst, 6*10^(((lst[[-1]] + 5)/3 - 2)/9) - 5], {2}]; lst
CROSSREFS
Sequence in context: A156589 A165791 A032166 * A206528 A259193 A099532
KEYWORD
base,nice,nonn
AUTHOR
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 June 4 01:34 EDT 2024. Contains 373089 sequences. (Running on oeis4.)