|
Search: id:A109695
|
|
|
| A109695 |
|
Decimal expansion of sum_n=1^inf 1/phi(n)^2. |
|
+0 1
|
|
| 3, 3, 9, 0, 6, 4, 2, 0, 0, 5, 5, 7, 2, 5, 0
(list; cons; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
The logarithm of the value can be expanded in a series sum_{j=2..infinity} c(j)*P(j)=P(2)+2*P(3)+(7/2)*P(4)+... where P(.) is the prime zeta function. The partial sums of the series are a slowly oscillating function of the upper limit of j, from which the bracketing interval [3.390642005572503655...,3.390642005572504756..] for the constant can be computed. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 03 2009]
|
|
FORMULA
|
product_p sum_k=0^inf 1/phi(p^k)^2 product_p 1+p^2/((p-1)^2*(p^2-1))
|
|
EXAMPLE
|
3.3906420055...
|
|
PROGRAM
|
(PARI) N=1000000000 prodeuler(p=2, N, 1.+p^2/((p-1)^2*(p^2-1)))*(1+1/(N*log(N)))
|
|
CROSSREFS
|
Cf. phi A000010.
Sequence in context: A038068 A101126 A119006 this_sequence A010610 A140059 A070517
Adjacent sequences: A109692 A109693 A109694 this_sequence A109696 A109697 A109698
|
|
KEYWORD
|
cons,more,nonn
|
|
AUTHOR
|
Frank Adams-Watters (FrankTAW(AT)Netscape.net), Aug 07 2005
|
|
EXTENSIONS
|
Four more digits from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 03 2009
|
|
|
Search completed in 0.002 seconds
|