OFFSET
1,2
MATHEMATICA
Flatten[Position[ Map[If[Divisible[ #, 3], "*", # ] &, RealDigits[ N[Pi, 100]][[1]]], "*"]]
Select[ Range@ 169, Mod[ RealDigits[Pi, 10, 169][[1, # ]], 3] == 0 &] (* Robert G. Wilson v, Dec 21 2008 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Julio Cesar de la Yncera, Dec 17 2008
EXTENSIONS
More concise Mathematica coding added and sequence extended by Robert G. Wilson v, Dec 21 2008
Name edited by Jon E. Schoenfield, Feb 27 2014
STATUS
approved