OFFSET
0,3
LINKS
X. Gourdon and P. Sebah, Some Constants from Number theory.
R. J. Mathar, Table of Dirichlet L-series and prime zeta modulo functions for small moduli, arXiv:1008.2547 [math.NT], 2010-2015, Section 3.2, constant P(m=4, n=1, s=3).
FORMULA
= Sum_{odd m > 0} mu(m)/2m * log(DirichletBeta(3m)*zeta(3m)/zeta(6m)/(1+8^-m))) [using Gourdon & Sebah, Theorem 11]. - M. F. Hasler, Apr 26 2021
EXAMPLE
0.008755082732970504494226765813746675051112061220425472440026374989908715100...
MATHEMATICA
a[s_] = (1 + 2^-s)^-1* DirichletBeta[s] Zeta[s]/Zeta[2 s]; m = 110; $MaxExtraPrecision = 470; Join[{0, 0}, RealDigits[(1/2)* NSum[MoebiusMu[2n + 1]*Log[a[(2n + 1)*3]]/(2n + 1), {n, 0, m}, AccuracyGoal -> m, NSumTerms -> m, PrecisionGoal -> m, WorkingPrecision -> m]][[1]]][[1 ;; 105]] (* Jean-François Alcover, Jun 24 2011, after X. Gourdon and P. Sebah, updated Mar 14 2018 *)
PROG
(PARI) A086033_upto(N=100)={localprec(N+3); digits((PrimeZeta41(3)+1)\.1^N)[^1]} \\ See A086032 for the function PrimeZeta41. - M. F. Hasler, Apr 24 2021
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Jul 07 2003
STATUS
approved