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!)
A225763 First occurrence of n consecutive n's in the decimal expansion of the Glaisher-Kinkelin constant. 0
7, 14, 2264, 1179, 411556 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Earls sequence for the Glaisher-Kinkelin constant.
a(6) > 5*10^5 - Eric W. Weisstein, Dec 03 2015
LINKS
Eric Weisstein's World of Mathematics, Glaisher-Kinkelin Constant Digits
Eric Weisstein's World of Mathematics, Earls Sequence
EXAMPLE
A = 1.2824271291006226369.., so
a(1) = 7 (one 1 first appears at digit 7 after the decimal point)
a(2) = 14 (two 2s first occur starting at digit 14)
MATHEMATICA
c = Rest@ First@ RealDigits[N[Glaisher, 3000]]; SequencePosition[c, #][[1, 1]] &@ Table[#, {#}] & /@ Range@ 4 (* Michael De Vlieger, Dec 03 2015, Version 10.1 *)
CROSSREFS
Cf. A074962 (decimal expansion of the Glaisher-Kinkelin constant).
Sequence in context: A369122 A061522 A213151 * A070407 A069841 A289940
KEYWORD
nonn,hard,base
AUTHOR
Eric W. Weisstein, Jul 25 2013
EXTENSIONS
a(5) from Eric W. Weisstein, Dec 03 2015
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 August 10 16:24 EDT 2024. Contains 375058 sequences. (Running on oeis4.)