|
Search: id:A101992
|
|
|
| A101992 |
|
Numerator of Sum((-1)^i/(i phi(i))) 2<=i<=n. |
|
+0 2
|
|
| 1, 1, 11, 49, 59, 131, 559, 14533, 15289, 33031, 34417, 441877, 452173, 2224829, 9034451, 152504587, 155227307, 2932982513, 2967901397
(list; graph; listen)
|
|
|
OFFSET
|
2,3
|
|
|
COMMENT
|
I conjecture that there exists a limit for Sum( (-1)^i/(i*phi(i)) 2<=i<=Infinity which is ca. 0.558.
|
|
LINKS
|
Eric W.Weisstein, Totient Function.
|
|
FORMULA
|
a(n) = numerator( Sum( (-1)^i/(i*phi(i)) ) ) 2<=i<=n
|
|
EXAMPLE
|
a(3) = 11 because Sum( (-1)^i/(i*phi(i)) 2<=i<=3 = 11/24, so the numerator of 11/24 is 11.
|
|
MATHEMATICA
|
Generating the sum : f[n_Integer]/; n >= 2 := Sum[(-1)^i/(i*EulerPhi[i]), {i, 2, n}] Getting the numerator: a[n_Integer]/; n >=2 := Numerator[f[n]] Generating the sequence : Table[a[n], {n, 2, 20}]
|
|
CROSSREFS
|
The Euler totient-function : A000010.
Sequence in context: A117066 A042984 A008780 this_sequence A003063 A124857 A126398
Adjacent sequences: A101989 A101990 A101991 this_sequence A101993 A101994 A101995
|
|
KEYWORD
|
frac,nonn
|
|
AUTHOR
|
Orges Leka (oleka(AT)students.uni-mainz.de), Dec 23 2004
|
|
|
Search completed in 0.002 seconds
|