A212005 Decimal expansion of (2*Pi)^5.
9, 7, 9, 2, 6, 2, 9, 9, 1, 3, 1, 2, 9, 0, 0, 6, 5, 0, 4, 4, 0, 7, 7, 2, 1, 9, 2, 1, 3, 8, 9, 9, 3, 9, 4, 0, 7, 3, 6, 9, 6, 2, 2, 6, 1, 2, 0, 9, 8, 3, 9, 9, 6, 9, 7, 7, 1, 1, 7, 5, 8, 1, 9, 7, 9, 5, 9, 5, 1, 9, 7, 4, 8, 2, 7, 5, 6, 4, 8, 7, 8, 3, 5, 4, 5, 0, 7
Offset: 4
Examples
9792.629913129006504407721921389939407369622612098399...
Programs
-
Mathematica
RealDigits[(2*Pi)^5, 10, 100][[1]] (* Amiram Eldar, Jun 12 2021 *)
-
PARI
32*Pi^5 \\ Charles R Greathouse IV, Oct 01 2022
Formula
Equals Product_{k=1..22, gcd(k,22)==1} Gamma(k/22). - Amiram Eldar, Jun 12 2021