login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A335985 Decimal expansion of 1 + Integral_{x=0..1} (-1 + Gamma(1+x))/x dx. 2
7, 5, 3, 3, 0, 6, 0, 9, 7, 6, 9, 2, 1, 5, 9, 0, 9, 4, 6, 4, 7, 9, 3, 3, 8, 3, 7, 1, 9, 0, 9, 8, 3, 4, 9, 6, 5, 5, 9, 0, 4, 3, 3, 3, 7, 6, 8, 9, 1, 6, 8, 4, 4, 5, 9, 8, 4, 5, 7, 5, 2, 1, 2, 5, 1, 6, 1, 9, 8, 8, 3, 8, 5, 5, 6, 2, 0, 0, 5, 8, 6, 0, 5, 2, 1, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
This constant also equals lim_{n->oo} (- n + Integral_{x=0..1} (Gamma(x)^(n/(n+1)) dx.)
LINKS
EXAMPLE
constant = 0.75330609769215909464793383719098349655904333768916844598
MATHEMATICA
t = 1 + NIntegrate[(Gamma[1 + x] - 1)/x, {x, 0, 1}, WorkingPrecision -> 140]
RealDigits[t][[1]]
PROG
(PARI) 1 + intnum(x=0, 1, (gamma(1+x)-1)/x) \\ Michel Marcus, Jul 04 2020
CROSSREFS
Cf. A335983.
Sequence in context: A155816 A308414 A360895 * A093824 A203142 A176974
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 03 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)