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

A186693
Decimal expansion of Gamma(1+sqrt(6)).
1
3, 1, 4, 4, 5, 6, 8, 3, 7, 3, 1, 0, 9, 4, 6, 7, 5, 9, 2, 1, 3, 7, 8, 6, 2, 6, 3, 2, 9, 0, 9, 4, 0, 8, 7, 6, 9, 6, 9, 3, 8, 8, 4, 3, 0, 5, 4, 5, 6, 8, 3, 8, 5, 5, 8, 7, 7, 1, 6, 7, 3, 6, 8, 9, 2, 8, 5, 3, 6, 8, 1, 6, 5, 5, 1, 4, 1, 5, 4, 5, 6, 7, 8, 6, 3, 7, 0, 8, 0, 9, 8, 0, 0, 3, 5, 8, 6, 0, 5, 0, 2, 3
OFFSET
1,1
LINKS
EXAMPLE
3.1445683731094675921378626329094087696938843054568..
MATHEMATICA
RealDigits[N[Sqrt[6]!, 200]][[1]]
PROG
(PARI) sqrt(6)*gamma(sqrt(6)) \\ G. C. Greubel, Apr 20 2018
(Magma) Sqrt(6)*Gamma(Sqrt(6)); // G. C. Greubel, Apr 20 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved