[go: up one dir, main page]

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!)
A331015 Self-locating strings within Euler-Mascheroni Constant (gamma), strings k at position k (taking gamma offset 1). 0
57, 16939, 767158, 5505709, 6674196, 7418985, 18873720 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The first self-locating digits of gamma are 57, and the first digits of gamma are 57.
A near-miss '04305165' begins at position 4305165.
LINKS
EXAMPLE
57 is a term because the 57th digit is 5 and the 58th digit is 7.
MATHEMATICA
dgamma = RealDigits[EulerGamma, 10, 1000010][[1]]; Select[Range[1000000], FromDigits[Take[dgamma, {#, # - 1 + IntegerLength[#]}]] == # &] (* Vaclav Kotesovec, Feb 18 2020 *)
CROSSREFS
Euler-Mascheroni constant digits: A001620.
Self-locating digits of Pi: A057679, A064810 and e: A205648.
Sequence in context: A218425 A094777 A218662 * A093257 A210148 A261948
KEYWORD
nonn,base,more
AUTHOR
S. Alwin Mao, Feb 12 2020
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 29 23:34 EDT 2024. Contains 375520 sequences. (Running on oeis4.)