login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092748 Decimal expansion of Pi^(-8). 3

%I #21 Apr 20 2021 00:47:21

%S 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 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 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 Decimal expansion of Pi^(-8).

%H Iain Fox, <a href="/A092748/b092748.txt">Table of n, a(n) for n = 0..20000</a>

%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>

%e 0.000105390391653493666331...

%t PadLeft[#1, Abs@ #2 + Length@ #1] & @@ RealDigits[Pi^(-8), 10, 102] (* _Michael De Vlieger_, Nov 16 2017 *)

%o (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 (PARI) 1/Pi^8 \\ _Michel Marcus_, Nov 18 2017

%Y Cf. A000796, A049541, A092736.

%K cons,nonn

%O 0,6

%A _Mohammad K. Azarian_, Apr 12 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 25 10:00 EDT 2024. Contains 375437 sequences. (Running on oeis4.)