A256110 Decimal expansion of (e/phi)*Pi, where phi is the golden ratio (A001622).
5, 2, 7, 7, 8, 4, 6, 0, 0, 4, 5, 0, 2, 9, 2, 7, 3, 7, 4, 2, 7, 3, 2, 0, 5, 3, 3, 1, 6, 6, 1, 0, 2, 1, 1, 6, 4, 1, 8, 4, 3, 2, 4, 0, 0, 6, 7, 5, 0, 2, 4, 9, 2, 5, 5, 0, 1, 5, 4, 8, 3, 5, 2, 8, 0, 2, 9, 8, 6, 2, 2, 3, 5, 5, 3, 6, 8, 2, 7, 8, 3, 9, 9, 6, 5, 4, 3
Offset: 1
Examples
5.27784600450292737...
Programs
-
Mathematica
First@ RealDigits[N[2 E Pi/(1 + Sqrt@ 5), 120]] (* Michael De Vlieger, Mar 18 2015 *) RealDigits[(E/GoldenRatio)Pi,10,120][[1]] (* Harvey P. Dale, Aug 11 2025 *)
-
PARI
2*Pi*exp(1)/(sqrt(5)+1) \\ Charles R Greathouse IV, Apr 20 2016