cp's OEIS Frontend

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.

A195603 Numerator of floor(Pi*10^n)/10^n.

This page as a plain text file.
%I A195603 #10 Jan 27 2021 10:05:27
%S A195603 3,31,157,3141,6283,314159,392699,15707963,62831853,3141592653,
%T A195603 6283185307,157079632679,3141592653589,31415926535897,314159265358979,
%U A195603 3141592653589793,7853981633974483,314159265358979323,1570796326794896619,981747704246810387
%N A195603 Numerator of floor(Pi*10^n)/10^n.
%t A195603 nn=50; Numerator[With[{pidgs=N[Pi,nn]},Table[IntegerPart[pidgs 10^(n-1)]/10^n,{n,nn}]]] (* _Harvey P. Dale_, Sep 21 2011 *)
%o A195603 (PARI) a(n,c=Pi)=numerator(c*10^n\1/10^n) \\ _M. F. Hasler_, Sep 21 2011
%Y A195603 Cf. A011545.
%K A195603 nonn
%O A195603 0,1
%A A195603 _M. F. Hasler_, following a suggestion by _Eric Angelini_, Sep 21 2011