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

A203126
Decimal expansion of (1/6)! = Gamma(7/6).
3
9, 2, 7, 7, 1, 9, 3, 3, 3, 6, 3, 0, 0, 3, 9, 2, 0, 0, 7, 0, 8, 3, 4, 9, 4, 8, 2, 5, 3, 4, 6, 2, 1, 0, 1, 8, 5, 6, 6, 4, 6, 6, 5, 1, 9, 1, 4, 5, 4, 7, 5, 5, 7, 6, 9, 3, 6, 1, 2, 4, 1, 0, 4, 3, 8, 7, 1, 5, 1, 2, 5, 0, 4, 6, 9, 6, 3, 3, 7, 1, 7, 5, 8, 3, 8, 9, 8, 2, 7, 5, 6, 0, 3, 5, 0, 3, 6, 2, 5
OFFSET
0,1
FORMULA
Equals A175379/6. - R. J. Mathar, Jan 15 2021
A073006 * this * A231863 * A329219 = A202623. - R. J. Mathar, Jan 15 2021
Equals Integral_{x=0..oo} exp(-x^6) dx. - Ilya Gutkovskiy, Sep 18 2021
EXAMPLE
.92771933363003920070834948253462101856646651914547557693612...
MATHEMATICA
RealDigits[(1/6)!, 10, 120][[1]] (* Harvey P. Dale, Aug 10 2013 *)
PROG
(PARI) gamma(7/6) \\ Charles R Greathouse IV, Mar 25 2014
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Dec 29 2011
STATUS
approved