OFFSET
0,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..10000
EXAMPLE
Pi=3.141592653, so the indices of prime digits are 0,4,6,8,9...
MATHEMATICA
Flatten[Position[RealDigits[Pi, 10, 200][[1]], _?PrimeQ]]-1 (* Harvey P. Dale, Oct 01 2013 *)
CROSSREFS
KEYWORD
easy,nonn,base
AUTHOR
Y. Kelly Itakura (yitkr(AT)mta.ca), Aug 22 2002
EXTENSIONS
More terms from Harvey P. Dale, Oct 01 2013
STATUS
approved