OFFSET
1,1
COMMENTS
a(15) > 10^9.
52 and 54 are self-locating numbers which appear consecutively in log(2) = 0.693...5254....
EXAMPLE
For 0.693147..., if 6 appears at position 2, then 7 appears at position 7.
MATHEMATICA
dlog2 = RealDigits[Log[2], 10, 1000010][[1]]; Select[Range[2, 1000000], FromDigits[Take[dlog2, {# - 1, # - 2 + IntegerLength[#]}]] == # &] (* Vaclav Kotesovec, Feb 18 2020 *)
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
S. Alwin Mao, Feb 14 2020
STATUS
approved