A212006 Decimal expansion of (2*Pi)^6.
6, 1, 5, 2, 8, 9, 0, 8, 3, 8, 8, 8, 1, 9, 4, 8, 3, 9, 6, 9, 9, 3, 4, 0, 4, 4, 3, 9, 3, 7, 5, 4, 8, 7, 3, 5, 2, 7, 5, 0, 1, 9, 2, 1, 7, 9, 7, 1, 8, 6, 9, 8, 3, 4, 2, 0, 2, 2, 8, 8, 7, 5, 9, 9, 8, 9, 8, 2, 0, 1, 0, 4, 2, 1, 9, 1, 0, 4, 1, 3, 6, 6, 3, 9, 5, 0, 1, 7, 0, 1
Offset: 5
Examples
61528.908388819483969934...
Links
- Juan M. Maldacena, The Large N Limit of Superconformal Field Theories and Supergravity, arXiv:hep-th/9711200v3, 1997-1998, p. 13, 15.
- Index entries for transcendental numbers
Programs
-
Mathematica
RealDigits[(2*Pi)^6, 10, 100][[1]] (* Amiram Eldar, Jun 12 2021 *)
-
PARI
64*Pi^6 \\ Charles R Greathouse IV, Oct 01 2022
Formula
Equals Product_{k=1..21, gcd(k,21)==1} Gamma(k/21). - Amiram Eldar, Jun 12 2021