|
| |
|
|
A063985
|
|
Partial sums of cototient sequence A051953.
|
|
1
| |
|
|
0, 1, 2, 4, 5, 9, 10, 14, 17, 23, 24, 32, 33, 41, 48, 56, 57, 69, 70, 82, 91, 103, 104, 120, 125, 139, 148, 164, 165, 187, 188, 204, 217, 235, 246, 270, 271, 291, 306, 330, 331, 361, 362, 386, 407, 431, 432, 464, 471, 501, 520, 548, 549, 585, 600, 632, 653, 683
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,1000
|
|
|
FORMULA
| a(n) = Sum_{x=1..n} x-phi(x), = Sum(x)-Sum(phi(x)) = A000217(n)-A002088(n), phi(n) = A000010(n), cototient(n) = A051953(n).
|
|
|
MATHEMATICA
| f[n_] := n(n + 1)/2 - Sum[ EulerPhi@i, {i, n}]; Array[f, 58] (* Robert G. Wilson v *)
|
|
|
PROG
| (PARI) { a=0; for (n=1, 1000, write("b063985.txt", n, " ", a+=n - eulerphi(n)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 04 2009]
|
|
|
CROSSREFS
| Cf. A000010, A051953, A002088, A048290, A000217.
Sequence in context: A113755 A167180 A091271 * A050052 A071349 A039891
Adjacent sequences: A063982 A063983 A063984 * A063986 A063987 A063988
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Labos E. (labos(AT)ana.sote.hu), Sep 06 2001
|
|
|
EXTENSIONS
| Corrected by Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 13 2006
|
| |
|
|