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.

A258816 Decimal expansion of the Dirichlet beta function of 9.

This page as a plain text file.
%I A258816 #15 Feb 16 2025 08:33:25
%S A258816 9,9,9,9,4,9,6,8,4,1,8,7,2,2,0,0,8,9,8,2,1,3,5,8,8,7,3,2,9,3,8,4,7,5,
%T A258816 2,7,3,7,2,7,4,7,9,9,6,9,1,7,9,6,1,6,0,1,2,2,3,1,6,2,7,2,3,0,8,2,9,7,
%U A258816 8,6,5,1,3,7,9,0,4,8,5,6,3,8,8,6,1,7,1,3,9,0,2,5,8,3,2,6,5,2,9,7,3,0,7,8
%N A258816 Decimal expansion of the Dirichlet beta function of 9.
%H A258816 G. C. Greubel, <a href="/A258816/b258816.txt">Table of n, a(n) for n = 0..10000</a>
%H A258816 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/DirichletBetaFunction.html">Dirichlet Beta Function</a>.
%H A258816 Wikipedia, <a href="http://en.wikipedia.org/wiki/Dirichlet_beta_function">Dirichlet beta function</a>.
%F A258816 beta(9) = Sum_{n>=0} (-1)^n/(2n+1)^9 = (zeta(9, 1/4) - zeta(9, 3/4))/262144 = 277*Pi^9/8257536.
%F A258816 Equals Product_{p prime >= 3} (1 - (-1)^((p-1)/2)/p^9)^(-1). - _Amiram Eldar_, Nov 06 2023
%e A258816 0.999949684187220089821358873293847527372747996917961601223162723...
%t A258816 RealDigits[DirichletBeta[9], 10, 104] // First
%o A258816 (PARI) default(realprecision, 100); 277*Pi^9/8257536 \\ _G. C. Greubel_, Aug 24 2018
%o A258816 (Magma) SetDefaultRealField(RealField(100)); R:=RealField(); 277*Pi(R)^9/8257536; // _G. C. Greubel_, Aug 24 2018
%Y A258816 Cf. A003881 (beta(1)=Pi/4), A006752 (beta(2)=Catalan), A153071 (beta(3)), A175572 (beta(4)), A175571 (beta(5)), A175570 (beta(6)), A258814 (beta(7)), A258815 (beta(8)).
%K A258816 nonn,cons,easy
%O A258816 0,1
%A A258816 _Jean-François Alcover_, Jun 11 2015