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

A186691
Decimal expansion of Gamma(1+sqrt(3)).
3
1, 5, 8, 5, 0, 0, 3, 6, 7, 2, 4, 8, 0, 3, 6, 8, 7, 3, 6, 6, 3, 6, 9, 9, 1, 1, 7, 3, 6, 5, 6, 5, 8, 9, 3, 4, 4, 3, 4, 1, 4, 1, 4, 7, 5, 4, 0, 2, 5, 3, 0, 7, 9, 1, 9, 9, 0, 7, 3, 8, 4, 7, 1, 5, 2, 0, 5, 6, 6, 9, 3, 5, 3, 6, 4, 9, 0, 0, 3, 2, 5, 6, 9, 3, 6, 2, 8, 2, 6, 4, 4, 0, 0, 2, 5, 3, 1, 0, 6, 7, 5, 1
OFFSET
1,2
LINKS
EXAMPLE
1.5850036724803687366369911736565893443414147540253..
MATHEMATICA
RealDigits[N[Sqrt[3]!, 200]][[1]]
PROG
(PARI) gamma(sqrt(3)+1) \\ Charles R Greathouse IV, Feb 27 2011
(Magma) Sqrt(3)*Gamma(Sqrt(3)); // G. C. Greubel, Apr 20 2018
CROSSREFS
Sequence in context: A222591 A299447 A300085 * A199057 A090550 A171819
KEYWORD
nonn,cons
AUTHOR
STATUS
approved