OFFSET
1,1
COMMENTS
Here "position" is 1, 2, 3, ... for the digits 3, 1, 4, ..., in contrast to A037007(n) = a(n)-1 and other sequences (A048940, A096763, ...) using "offset 0" for the position. - M. F. Hasler, Mar 20 2017
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
R. K. Hoeflin, Ultra Test. [Fixed broken link, replaced deleted page by web.archive backup, but the reference seems irrelevant. - M. F. Hasler, Mar 20 2017]
MATHEMATICA
Flatten[Position[RealDigits[Pi, 10, 1000][[1]], 9]] (* Vincenzo Librandi, Oct 07 2013 *)
PROG
(PARI) default(realprecision, 1999); for(i=2, #T=Vec(Str(Pi)), T[i-1]=="9"&&print1(i-2", ")) \\ Exclude last digit from search. - M. F. Hasler, Mar 20 2017
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Simon Plouffe, Feb 20 2000
STATUS
approved