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.
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
KEYWORD
nonn,base,more
AUTHOR
S. Alwin Mao, Feb 12 2020
STATUS
approved