OFFSET
0,2
COMMENTS
See PARI program for a more precise definition. - N. J. A. Sloane, May 03 2014
Question: what is the largest term before consecutive terms differ by a number > 113? - J. Lowell, Apr 16 2014
Answer: 33102 at index 306. - Michel Marcus, Apr 25 2014
LINKS
Michel Marcus, Table of n, a(n) for n = 0..327
PROG
(PARI) x=1; y=1; f(v)=v*Pi; a(n)=if(n<0, 0, b=y+1; while(frac(f(b))>frac(f(x)), b++); x=b; y=b; b)
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 01 2003
STATUS
approved