The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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
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, 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, 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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
EXAMPLE
0.000105390391653493666331...
MATHEMATICA
PadLeft[#1, Abs@ #2 + Length@ #1] & @@ RealDigits[Pi^(-8), 10, 102] (* Michael De Vlieger, Nov 16 2017 *)
PROG
(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
(PARI) 1/Pi^8 \\ Michel Marcus, Nov 18 2017
CROSSREFS
Sequence in context: A079810 A300884 A337440 * A078302 A199438 A220129
KEYWORD
cons,nonn
AUTHOR
Mohammad K. Azarian, Apr 12 2004
STATUS
approved

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 May 17 19:53 EDT 2024. Contains 372607 sequences. (Running on oeis4.)