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.
%I A360807 #32 Mar 25 2025 02:29:06 %S A360807 0,7,7,7,8,3,9,8,9,9,6,1,7,9,2,9,6,4,4,3,1,0,7,9,0,2,6,9,1,9,5,0,8,5, %T A360807 1,5,1,6,4,3,0,6,8,4,2,8,8,7,5,6,4,2,8,8,5,4,9,0,3,3,2,3,4,4,6,7,1,1, %U A360807 4,1,0,3,3,0,7,1,8,6,3,3,6,8,8,0,8,2,6 %N A360807 Decimal expansion of Sum_{m>=1} 1/(1/4 + z(m)^2) where z(m) is the imaginary part of the m-th nontrivial zero of the Dirichlet beta function whose real part is 1/2. %C A360807 Conjecture: Nontrivial zeros whose real part is not 1/2 do not exist. %H A360807 Kano Kono, <a href="https://fractional-calculus.com/summary_dirichlet_beta.pdf">Summary Dirichlet beta function</a>, Alien's Mathematics, p. 5. %F A360807 Equals 4*log(Gamma(3/4)) + A001620/2 + log(2) - 3*log(Pi)/2. %F A360807 Equals A074760 - 1 + log(4) - log(Pi) + 4*log(Gamma(3/4)). %F A360807 Equals 1 - A074760 + A001620 - 2*log(Pi) + 4*log(Gamma(3/4)). %F A360807 Equals 3*A074760 - 3 - A001620 + 4*log(2) + 4*log(Gamma(3/4)). %e A360807 0.077783989961792964431079... %t A360807 kk = RealDigits[N[4 Log[Gamma[3/4]] + EulerGamma/2 + Log[2] - 3 Log[Pi]/2, 115]][[1]]; Prepend[kk, 0] %o A360807 (PARI) 4*log(gamma(3/4)) + Euler/2 + log(2) - 3*log(Pi)/2 \\ _Michel Marcus_, Mar 15 2023 %Y A360807 Cf. A013629, A074760, A104539, A104540, A104541, A104542, A245275, A245276, A306339, A306340, A306341, A332645, A333360. %K A360807 nonn,cons %O A360807 0,2 %A A360807 _Artur Jasinski_, Feb 21 2023