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!)
A154330 Values of self-describing sequence A154328 at jumps, a(n) = A154328(A154329(n)) > A154328(A154329(n)-1)+1. 2

%I #3 Jul 14 2012 11:32:22

%S 10,20,111,120,1000,10000,10000000000000000000,10000000800000000000,

%T 13999999999999999999,99999999911111111111,111110000000000000000,

%U 111112999999999999999,999999999999999999999,9999999999999999999999

%N Values of self-describing sequence A154328 at jumps, a(n) = A154328(A154329(n)) > A154328(A154329(n)-1)+1.

%C See A154328 and A154329.

%e a(1)=10 since at the first jump of A154328, which occurs at index i=2, the value raises to A154328[2]=10 > A154328[1]+1=2.

%e a(2)=20 since at the 2nd jump of A154328, which occurs at index i=5, the value raises to A154328[5]=20 > A154328[4]+1=13.

%e a(23)=10^31-10^12 since at the 23rd jump of A154328, which occurs at index i=498, the value raises from A154328[497]=10^30-1 to A154328[498]=10^31-10^12.

%o (PARI) for( i=2,#A154328, A154328[i] > A154328[i-1]+1 & print1(A154328[i],","))

%Y a(n) = A154328(A154329(n)).

%K base,nonn

%O 1,1

%A _M. F. Hasler_, Jan 13 2009

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 May 16 23:54 EDT 2024. Contains 372555 sequences. (Running on oeis4.)