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!)
A060302 Decimal expansion of (Pi^4 + Pi^5)^(1/6). 1

%I #19 Jun 13 2023 04:32:01

%S 2,7,1,8,2,8,1,8,0,8,6,1,1,9,1,5,2,5,7,6,0,4,2,0,2,2,5,8,4,2,0,4,1,9,

%T 8,3,2,5,3,7,0,6,7,1,3,9,1,9,3,9,3,1,3,2,3,2,5,6,8,5,0,2,9,9,8,8,1,4,

%U 9,4,9,9,5,4,4,9,0,2,1,8,3,4,9,2,7,1,6,2,9,7,2,0,7,4,7,9,0,2,1,6,8,8,0,0,6

%N Decimal expansion of (Pi^4 + Pi^5)^(1/6).

%C Approximation to e, accurate to 7 decimal places.

%H Harry J. Smith, <a href="/A060302/b060302.txt">Table of n, a(n) for n = 1..20000</a>

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

%t RealDigits[Surd[Pi^4 + Pi^5, 6], 10, 120][[1]] (* _Amiram Eldar_, Jun 13 2023 *)

%o (PARI) default(realprecision, 20080); x=(Pi^4 + Pi^5)^(1/6); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b060302.txt", n, " ", d)); \\ _Harry J. Smith_, Jul 03 2009

%Y Cf. A001113, A000796, A092425, A092731.

%K nonn,cons

%O 1,1

%A _Jason Earls_, Mar 26 2001

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 April 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)