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!)
A277532 Position of first occurrence of at least n consecutive equal digits in the decimal expansion of the Euler-Mascheroni constant, starting after the decimal point. 2
0, 1, 72, 2346, 3422, 3892 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Smallest k such that A001620(k) = A001620(k+m) for all m with 0 <= m < n.
LINKS
PROG
(PARI) emstring(n) = default(realprecision, n+10); my(x=Euler); floor(x*10^n)
emdigit(n) = emstring(n)-10*emstring(n-1)
searchstrpos(n) = my(x=1, i=1); while(1, my(y=x+1); while(emdigit(y)==emdigit(x), y++; i++); if(i >= n, return(x-1)); i=1; x++)
a(n) = searchstrpos(n)
CROSSREFS
Sequence in context: A187303 A268994 A347566 * A341556 A014704 A260582
KEYWORD
nonn,base,more
AUTHOR
Felix Fröhlich, Oct 19 2016
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 July 13 09:39 EDT 2024. Contains 374274 sequences. (Running on oeis4.)