OFFSET
1,1
LINKS
Carmine Suriano, Table of n, a(n) for n = 1..252
EXAMPLE
31 is in the sequence since the 31st decimal digit of e is 6 and the 31st decimal digit of Pi is 5.
MATHEMATICA
nn = 550; rdpi = RealDigits[Pi, 10, nn][[1]]; rde = RealDigits[E, 10, nn][[1]]; Select[ Range[2, nn], 1 + rdpi[[#]] == rde[[#]] &] - 1 (* Robert G. Wilson v, Feb 08 2015 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Carmine Suriano, Jan 27 2015
STATUS
approved