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
KEYWORD
nonn,hard,base
AUTHOR
Eric W. Weisstein, Jul 25 2013
EXTENSIONS
a(5) from Eric W. Weisstein, Dec 03 2015
STATUS
approved