OFFSET
1,1
COMMENTS
"Slices of pi" sequence. - Michael Joseph Halm, Aug 02 2002
LINKS
Sean A. Irvine, Table of n, a(n) for n = 1..200
EXAMPLE
Pi = 3.14159265358979323846264338327950288419716939937510582...
PROG
(PARI) default(realprecision, 1000); P=Pi; until(P-=L=P\1, print1(L", "); while((L>P*=10)||frac(P)<.1, )) \\ Note: The last line of printed values may not be accurate, double-check with higher precision. - M. F. Hasler, May 11 2015
CROSSREFS
KEYWORD
nonn,easy,base
AUTHOR
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Oct 04 2001
Some more terms from M. F. Hasler, May 11 2015
Offset changed to 1 by Sean A. Irvine, Jan 02 2019
STATUS
approved