[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”).

A203142
Decimal expansion of Gamma(1/8).
14
7, 5, 3, 3, 9, 4, 1, 5, 9, 8, 7, 9, 7, 6, 1, 1, 9, 0, 4, 6, 9, 9, 2, 2, 9, 8, 4, 1, 2, 1, 5, 1, 3, 3, 6, 2, 4, 6, 1, 0, 4, 1, 9, 5, 8, 8, 1, 4, 9, 0, 7, 5, 9, 4, 0, 9, 8, 3, 1, 2, 7, 8, 9, 7, 7, 7, 6, 6, 6, 3, 6, 5, 7, 1, 9, 8, 9, 0, 6, 4, 1, 2, 8, 3, 3, 5, 2, 8, 6, 2, 6, 8, 1, 0, 3, 5, 6, 8, 5
OFFSET
1,1
FORMULA
this *A203144 * A231863 /2^(1/4) = A068466. - R. J. Mathar, Jan 15 2021
EXAMPLE
7.5339415987976119046992298412151336246104195881490759409831...
MATHEMATICA
RealDigits[Gamma[1/8], 10, 100][[1]] (* Bruno Berselli, Dec 13 2012 *)
RealDigits[Pi^(1/8) * 2^(17/8) * EllipticK[1/2]^(1/4) * EllipticK[3 - 2*Sqrt[2]]^(1/2), 10, 100][[1]] (* Vaclav Kotesovec, Apr 15 2024 *)
PROG
(PARI) default(realprecision, 100); gamma(1/8) \\ G. C. Greubel, Jan 15 2017
(Magma) SetDefaultRealField(RealField(100)); Gamma(1/8); // G. C. Greubel, Mar 10 2018
CROSSREFS
Sequence in context: A360895 A335985 A093824 * A176974 A198983 A019935
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Dec 29 2011
STATUS
approved