A212007 Decimal expansion of (2*Pi)^7.
3, 8, 6, 5, 9, 7, 5, 3, 3, 1, 5, 5, 4, 2, 9, 3, 8, 4, 6, 4, 1, 8, 1, 8, 4, 3, 1, 1, 1, 3, 2, 2, 1, 3, 5, 4, 4, 8, 5, 4, 3, 1, 3, 5, 6, 8, 3, 7, 8, 1, 1, 4, 8, 9, 6, 3, 2, 5, 4, 2, 0, 1, 5, 0, 2, 5, 0, 4, 1, 2, 3, 7, 4, 1, 3, 5, 8, 2, 3, 2, 0, 7, 6, 0, 1, 2, 1
Offset: 6
Examples
386597.533155429384641818431113221354485431356837811...
Links
- J. M. Maldacena, The gauge/gravity duality, arXiv:1106.6073, p. 14.
- Index entries for transcendental numbers
Programs
-
Mathematica
RealDigits[(2*Pi)^7,10,120][[1]] (* Harvey P. Dale, Jun 26 2019 *)
-
PARI
(2*Pi)^7 \\ Charles R Greathouse IV, Oct 21 2013