login
This site is supported by donations to The OEIS Foundation.

 

Logo

Please make a donation to keep the OEIS running. We are now in our 55th year. In the past year we added 12000 new sequences and reached 8000 citations (which often say "discovered thanks to the OEIS"). We need to raise money to hire someone to manage submissions, which would reduce the load on our editors and speed up editing.
Other ways to donate

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092425 Decimal expansion of Pi^4. 22
9, 7, 4, 0, 9, 0, 9, 1, 0, 3, 4, 0, 0, 2, 4, 3, 7, 2, 3, 6, 4, 4, 0, 3, 3, 2, 6, 8, 8, 7, 0, 5, 1, 1, 1, 2, 4, 9, 7, 2, 7, 5, 8, 5, 6, 7, 2, 6, 8, 5, 4, 2, 1, 6, 9, 1, 4, 6, 7, 8, 5, 9, 3, 8, 9, 9, 7, 0, 8, 5, 5, 4, 5, 6, 8, 2, 7, 1, 9, 6, 1, 9, 0, 1, 2, 1, 8, 6, 7, 2, 3, 4, 7, 5, 2, 9, 9, 2, 5, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET

2,1

LINKS

Harry J. Smith, Table of n, a(n) for n = 2..20000

FORMULA

Pi^4 = 120 * Sum(j>=1, Sum(i=1..j-1, 1/(i*j)^2)). - Enrique Pérez Herrero, Jun 29 2012

EXAMPLE

97.40909103400243723644033268870511124972758567268542169146785938997085...

MATHEMATICA

RealDigits[Pi^4, 10, 100][[1]] (* G. C. Greubel, Mar 09 2018 *)

PROG

(PARI) { default(realprecision, 20080); x=Pi^4/10; for (n=2, 20000, d=floor(x); x=(x-d)*10; write("b092425.txt", n, " ", d)); } \\ Harry J. Smith, Jun 22 2009

(MAGMA) R:= RealField(150); (Pi(R))^4; // G. C. Greubel, Mar 09 2018

(MAGMA) R:=RealField(110); SetDefaultRealField(R); n:=Pi(R)^4; Reverse(Intseq(Floor(10^98*n))); // Bruno Berselli, Mar 12 2018

CROSSREFS

Cf. A000796 (Pi), A002388 (Pi^2), A091925 (Pi^3), A092731 (Pi^5), A092732 (Pi^6), A092735 (Pi^7), A092736 (Pi^8), A058286 (continued fraction).

Sequence in context: A105532 A111471 A078527 * A019647 A318437 A011115

Adjacent sequences:  A092422 A092423 A092424 * A092426 A092427 A092428

KEYWORD

cons,easy,nonn

AUTHOR

Mohammad K. Azarian, Mar 22 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 | Recent
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified December 31 16:58 EST 2019. Contains 330338 sequences. (Running on oeis4.)