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!)
A030598 Length of n-th run of digit 3 in A030588. 6
1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 5, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
PROG
(PARI)
up_to = 20000;
A030598list(up_to, d=3) = { my(v=vector(up_to), ds=List([]), o=1, j=1, rl=0, i=0); while(i<up_to, if(j>#ds, ds=digits(o, 6); j=1; o+=2); if(d==ds[j], rl++, if(rl, i++; v[i] = rl; rl=0)); j++); (v); };
v030598 = A030598list(up_to);
A030598(n) = v030598[n]; \\ Antti Karttunen, Dec 24 2018
CROSSREFS
Sequence in context: A317941 A318667 A365426 * A030395 A031243 A030394
KEYWORD
nonn,base
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)