|
Search: id:A138313
|
|
|
| A138313 |
|
Decimal expansion of constant 'kappa' = limit_{n -> infty)F_n-H_n, where H_n are harmonic numbers, F_n are squarefree totient analogs of H_n. |
|
+0 6
|
| |
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
The squarefree totient analog of the harmonic number F_n is given by F_n = sum(k=1 to n) mu^2(k)/phi(k) where mu(k) is the Mobius function and phi(k) is Euler's totient function.
Conjectured to be equivalent to Mertens' constant B_3 less Euler's constant. B_3-gamma is given by sum_(i=1 to infty)log p_i/(p_i(p_i-1)), p_i is the i^th prime.
sum_(j=2 to infty)mu(j)zeta'(j)/zeta(j), mu(j) is the Mobius function, zeta'(j) is the derivative of zeta(j).
|
|
LINKS
|
Dick Boland, An Analog of the Harmonic Numbers Over the Squarefree Integers
|
|
FORMULA
|
limit_{n -> infty)((sum_(k=1 to n) mu^2(k)/phi(k))-H_n), mu(k) is the Mobius function, phi(k) is Euler's Totient function and H_n is the nth Harmonic Number.
|
|
EXAMPLE
|
0.755366...
|
|
MATHEMATICA
|
<< NumberTheory`NumberTheoryFunctions` prl = 100000; ts = 0; f = 1; While[f < 100000000000, If[SquareFreeQ[f], ts += N[1/EulerPhi[f], 15]; If[f > prl, Print[{f, ts, hn = N[HarmonicNumber[f], 15], N[ts - hn, 10]}]; prl += 100000]]; f += 1]
|
|
CROSSREFS
|
Cf. A138316, A138317 = Numerators and Denominators of the Squarefree Totient Analogs of the Harmonic Numbers Cf. A138312 = Mertens' B_3 less Euler's Constant Cf. A083343 = Mertens' B_3. Cf. A001620 = Euler's Constant.
Sequence in context: A109134 A075778 A010510 this_sequence A138312 A098842 A070273
Adjacent sequences: A138310 A138311 A138312 this_sequence A138314 A138315 A138316
|
|
KEYWORD
|
cons,more,nonn
|
|
AUTHOR
|
Dick Boland (abstract(AT)imathination.org), Mar 13 2008
|
|
|
Search completed in 0.002 seconds
|