login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Decimal expansion of zeta(5/2).
9

%I #11 Feb 23 2023 11:37:05

%S 1,3,4,1,4,8,7,2,5,7,2,5,0,9,1,7,1,7,9,7,5,6,7,6,9,6,9,3,3,4,8,6,1,2,

%T 1,3,6,6,2,3,0,3,7,6,2,9,5,0,5,9,8,6,5,1,1,2,5,3,7,9,6,7,2,8,3,4,0,9,

%U 1,8,9,2,3,8,1,3,1,8,5,4,4,1,5,8,1,7,6,1,0,8,5,9,9,8,6,9,7,9,9,4,4,7

%N Decimal expansion of zeta(5/2).

%C Zeta(5/2) appears in the expression of the 6th Madelung constant (A247040).

%D Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Sections 1.10 Madelung's constant, p. 77.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/RiemannZetaFunction.html">Riemann Zeta Function</a>.

%e 1.3414872572509171797567696933486121366230376295059865...

%t RealDigits[Zeta[5/2], 10, 102] // First

%o (PARI) zeta(5/2) \\ _Michel Marcus_, Feb 23 2023

%Y Cf. A059750, A078434, A247040.

%K nonn,cons,easy

%O 1,2

%A _Jean-François Alcover_, Sep 10 2014