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

%I #4 Oct 17 2012 19:42:12

%S 0,11,55,595,59999999999999999999995

%N Smallest palindrome which has additive persistence n.

%C The next term is too large to include.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/AdditivePersistence.html">Additive Persistence</a>

%H <a href="/index/Pac#palindromes">Index entries for sequences related to palindromes</a>

%e 0 has additive persistence 0.

%e 11 -> 2 has additive persistence 1.

%e 55 -> 10 -> 1 has additive persistence 2.

%t lst = {0, 11, 55}; Do[AppendTo[lst, 6*10^(((lst[[-1]] + 5)/3 - 2)/9) - 5], {2}]; lst

%Y Cf. A031286, A006050, A002113.

%K base,nice,nonn

%O 0,2

%A _Arkadiusz Wesolowski_, Oct 17 2012

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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)