A277117 Decimal expansion of e^6/(Pi^5+Pi^4), where e = exp(1).
1, 0, 0, 0, 0, 0, 0, 0, 4, 3, 8, 0, 8, 1, 0, 7, 6, 2, 9, 9, 4, 7, 6, 3, 7, 4, 3, 2, 0, 1, 2, 2, 8, 9, 0, 0, 5, 8, 1, 9, 0, 4, 0, 9, 2, 1, 5, 3, 0, 6, 0, 3, 6, 9, 5, 9, 2, 3, 3, 5, 2, 0, 0, 4, 8, 6, 4, 3, 9, 0, 0, 0, 6, 1, 4, 3, 7, 1, 5, 8, 8, 9, 8, 2, 6, 5, 2, 5, 4, 8, 5, 3, 2, 4, 4, 1, 6, 8, 9, 9, 7, 5, 8, 3, 8, 6
Offset: 1
Examples
1.0000000438081076299476374320122890058190409215306036959233520...
References
- D. Wilson, pers. comm.
Links
- Eric Weisstein's World of Mathematics, Almost Integer
- Wikipedia, Near-identities involving e and pi.
Programs
-
Mathematica
RealDigits[E^6/(Pi^5+Pi^4),10,120][[1]] (* Harvey P. Dale, Apr 07 2019 *)
-
PARI
exp(6)/(Pi^5+Pi^4) \\ Michel Marcus, Oct 02 2016