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.

A245058 Decimal expansion of the real part of Li_2(I), negated.

This page as a plain text file.
%I A245058 #70 May 29 2025 16:40:48
%S A245058 2,0,5,6,1,6,7,5,8,3,5,6,0,2,8,3,0,4,5,5,9,0,5,1,8,9,5,8,3,0,7,5,3,1,
%T A245058 4,8,6,5,2,3,6,8,7,3,7,6,5,0,8,4,9,8,0,4,7,1,6,9,4,4,7,7,8,6,7,1,2,5,
%U A245058 0,9,3,3,8,0,0,4,0,0,1,0,9,2,2,9,2,0,3,6,1,2,5,7,7,4,6,9,8,3,8,1,6,3,0,0,0
%N A245058 Decimal expansion of the real part of Li_2(I), negated.
%C A245058 This is the decimal expansion of the real part of the dilogarithm of the square root of -1. The imaginary part is Catalan's number (A006752).
%C A245058 5*Pi^2/24 = 10 * (this constant) equals the asymptotic mean of the abundancy index of the even numbers. - _Amiram Eldar_, May 12 2023
%H A245058 G. C. Greubel, <a href="/A245058/b245058.txt">Table of n, a(n) for n = 0..10000</a> (terms 0..104 from Robert G. Wilson v)
%H A245058 R. J. Mathar, <a href="http://vixra.org/abs/1606.0141">Some definite integrals over a power multiplied by four modified Bessel functions</a> vixra:1606.0141 (2016) eq. (39)
%H A245058 Paul J. Nahin, <a href="https://doi.org/10.1007/978-3-030-43788-6">Inside interesting integrals</a>, Undergrad. Lecture Notes in Physics, Springer (2020), (6.3.13)
%F A245058 Also equals -zeta(2)/8 = -Pi^2/48.
%F A245058 Also equals the Bessel moment Integral_{0..inf} x I_1(x) K_0(x)^2 K_1(x) dx. - _Jean-François Alcover_, Jun 05 2016
%F A245058 From _Terry D. Grant_, Sep 11 2016: (Start)
%F A245058 Equals Sum_{n>=0} (-1)^n/(2n+2)^2.
%F A245058 Equals (Sum_{n>=1} 1/(2n)^2)/2 = A222171/2. (End)
%F A245058 Equals Sum_{k>=1} A007949(k)/k^2. - _Amiram Eldar_, Jul 13 2020
%F A245058 Equals a tenth of integral_0^{pi/2} arccos[cos x/(1+2 cos x)]dx [Nahin]. - _R. J. Mathar_, May 22 2024
%F A245058 Equals Integral_{x>=0} x/(exp(2*x) + 1) dx. - _Kritsada Moomuang_, May 29 2025
%e A245058 0.2056167583560283045590518958307531486523687376508498047169447786712509338004...
%t A245058 RealDigits[ Re[ PolyLog[2, I]], 10, 111][[1]] (* or *) RealDigits[ Zeta[2]/8, 10, 111][[1]] (* or *) RealDigits[ Pi^2/48, 10, 111][[1]]
%o A245058 (PARI) zeta(2)/8 \\ _Charles R Greathouse IV_, Aug 27 2014
%o A245058 (Sage)
%o A245058 (pi**2/48).n(200) # _F. Chapoton_, Mar 16 2020
%o A245058 (Magma) SetDefaultRealField(RealField(100)); R:=RealField(); Pi(R)^2/48; // _G. C. Greubel_, Aug 25 2018
%Y A245058 Cf. A006752, A007949, A072691, A222171, A242301.
%K A245058 nonn,cons
%O A245058 0,1
%A A245058 _Robert G. Wilson v_, Aug 21 2014