cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A371356 Decimal expansion of Gamma(3/2) * zeta(3/2).

This page as a plain text file.
%I A371356 #6 Mar 20 2024 04:36:51
%S A371356 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,
%T A371356 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,
%U A371356 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
%N A371356 Decimal expansion of Gamma(3/2) * zeta(3/2).
%F A371356 Equals Pochhammer(1, 1/2) * zeta(3/2, 1).
%F A371356 Equals sqrt(Pi/4) * zeta(3/2).
%F A371356 Equals Integral_{x>=0} sqrt(x) / (exp(x) - 1).
%F A371356 Equals A019704 * A078434.
%e A371356 2.3151573733941170004258194691179813666769281990...
%p A371356 DecimalExpansion := proc(f, prec)
%p A371356 Digits := prec + 10: evalf(f, Digits) * 10^prec:
%p A371356 ListTools:-Reverse(convert(floor(%), base, 10)) end:
%p A371356 DecimalExpansion(sqrt(Pi/4)*Zeta(3/2), 100);
%t A371356 RealDigits[Pochhammer[1, 1/2] Zeta[3/2, 1], 10, 100][[1]]
%Y A371356 Cf. A019704, A078434.
%K A371356 nonn,cons
%O A371356 1,1
%A A371356 _Peter Luschny_, Mar 19 2024