This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A016062 #19 Jan 12 2024 08:21:52 %S A016062 3,14,15,92,653,5897,9323,84626,433832,795028,841971,6939937,51058209, %T A016062 74944592,307816406,2862089986,28034825342,1170679821480, %U A016062 8651328230664,70938446095505,82231725359408,128481117450284,1027019385211055,59644622948954930,381964428810975665,933446128475648233 %N A016062 Write down decimal expansion of Pi; divide up into chunks of minimal length so that chunks are increasing numbers and do not begin with 0. %C A016062 "Slices of pi" sequence. - _Michael Joseph Halm_, Aug 02 2002 %H A016062 Sean A. Irvine, <a href="/A016062/b016062.txt">Table of n, a(n) for n = 1..200</a> %e A016062 Pi = 3.14159265358979323846264338327950288419716939937510582... %o A016062 (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 %Y A016062 Cf. A008829, A000796, A037244, A035331. %K A016062 nonn,easy,base %O A016062 1,1 %A A016062 _Robert G. Wilson v_ %E A016062 More terms from Larry Reeves (larryr(AT)acm.org), Oct 04 2001 %E A016062 Some more terms from _M. F. Hasler_, May 11 2015 %E A016062 Offset changed to 1 by _Sean A. Irvine_, Jan 02 2019