[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A212005
Decimal expansion of (2*Pi)^5.
2
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,1
FORMULA
Equals Product_{k=1..22, gcd(k,22)==1} Gamma(k/22). - Amiram Eldar, Jun 12 2021
EXAMPLE
9792.629913129006504407721921389939407369622612098399...
MATHEMATICA
RealDigits[(2*Pi)^5, 10, 100][[1]] (* Amiram Eldar, Jun 12 2021 *)
PROG
(PARI) 32*Pi^5 \\ Charles R Greathouse IV, Oct 01 2022
KEYWORD
nonn,cons
AUTHOR
Omar E. Pol, Aug 11 2012
STATUS
approved