The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A371356 Decimal expansion of Gamma(3/2) * zeta(3/2). 0
2, 3, 1, 5, 1, 5, 7, 3, 7, 3, 3, 9, 4, 1, 1, 7, 0, 0, 0, 4, 2, 5, 8, 1, 9, 4, 6, 9, 1, 1, 7, 9, 8, 1, 3, 6, 6, 6, 7, 6, 9, 2, 8, 1, 9, 9, 0, 3, 6, 2, 0, 3, 7, 4, 0, 8, 1, 9, 8, 4, 3, 7, 4, 0, 5, 3, 9, 1, 6, 2, 0, 6, 6, 7, 2, 3, 4, 4, 4, 5, 5, 7, 7, 1, 5, 7, 7, 8, 1, 2, 6, 1, 2, 7, 7, 8, 2, 5, 6, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Equals Pochhammer(1, 1/2) * zeta(3/2, 1).
Equals sqrt(Pi/4) * zeta(3/2).
Equals Integral_{x>=0} sqrt(x) / (exp(x) - 1).
Equals A019704 * A078434.
EXAMPLE
2.3151573733941170004258194691179813666769281990...
MAPLE
DecimalExpansion := proc(f, prec)
Digits := prec + 10: evalf(f, Digits) * 10^prec:
ListTools:-Reverse(convert(floor(%), base, 10)) end:
DecimalExpansion(sqrt(Pi/4)*Zeta(3/2), 100);
MATHEMATICA
RealDigits[Pochhammer[1, 1/2] Zeta[3/2, 1], 10, 100][[1]]
CROSSREFS
Sequence in context: A140706 A200068 A139764 * A227643 A249386 A089026
KEYWORD
nonn,cons
AUTHOR
Peter Luschny, Mar 19 2024
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 May 24 04:36 EDT 2024. Contains 372772 sequences. (Running on oeis4.)