A133066 Decimal expansion of (e*Pi*Phi)^(1/3).
2, 3, 9, 9, 6, 2, 8, 4, 2, 7, 8, 4, 4, 5, 3, 4, 4, 6, 2, 2, 0, 0, 6, 6, 0, 9, 7, 1, 9, 1, 1, 8, 7, 4, 2, 0, 8, 8, 5, 8, 5, 3, 1, 2, 2, 3, 8, 2, 0, 8, 0, 9, 7, 1, 0, 4, 3, 1, 3, 2, 8, 1, 0, 2, 2, 8, 1, 1, 7, 6, 4, 4, 6, 5, 0, 7, 9, 5, 8, 0
Offset: 1
Examples
2.39962842784...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..5000
Programs
-
Mathematica
RealDigits[N[(E \[Pi] GoldenRatio)^(1/3),80]][[1]] (* Harvey P. Dale, Feb 08 2011 *)
-
PARI
(exp(1)*Pi*(1+sqrt(5))/2)^(1/3) \\ G. C. Greubel, Oct 20 2017
Extensions
More terms from Harvey P. Dale, Feb 08 2011
Comments