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.

A092748 Decimal expansion of Pi^(-8).

This page as a plain text file.
%I A092748 #21 Apr 20 2021 00:47:21
%S A092748 0,0,0,1,0,5,3,9,0,3,9,1,6,5,3,4,9,3,6,6,6,3,3,1,7,2,8,7,2,7,2,8,1,0,
%T A092748 1,0,0,8,7,1,9,6,2,9,8,7,0,6,7,1,5,2,3,0,7,2,6,2,2,0,6,7,2,4,0,6,9,3,
%U A092748 6,9,4,5,8,8,0,9,1,2,2,6,8,8,3,1,1,3,9,1,7,0,3,5,3,8,4,8,1,0,3,2,0,9,5,9,8
%N A092748 Decimal expansion of Pi^(-8).
%H A092748 Iain Fox, <a href="/A092748/b092748.txt">Table of n, a(n) for n = 0..20000</a>
%H A092748 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%e A092748 0.000105390391653493666331...
%t A092748 PadLeft[#1, Abs@ #2 + Length@ #1] & @@ RealDigits[Pi^(-8), 10, 102] (* _Michael De Vlieger_, Nov 16 2017 *)
%o A092748 (PARI) { default(realprecision, 20080); x=10*Pi^-8; for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b092748.txt", n, " ", d)); } \\ _Iain Fox_, Nov 16 2017
%o A092748 (PARI) 1/Pi^8 \\ _Michel Marcus_, Nov 18 2017
%Y A092748 Cf. A000796, A049541, A092736.
%K A092748 cons,nonn
%O A092748 0,6
%A A092748 _Mohammad K. Azarian_, Apr 12 2004