login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A062820
Sum_{k=1..n} p(k)*mu(k).
0
2, -1, -6, -6, -17, -4, -21, -21, -21, 8, -23, -23, -64, -21, 26, 26, -33, -33, -100, -100, -27, 52, -31, -31, -31, 70, 70, 70, -39, -152, -279, -279, -142, -3, 146, 146, -11, 152, 319, 319, 140, -41, -232, -232, -232, -33, -244, -244, -244, -244, -11, -11, -252, -252, 5, 5, 274, 545, 268, 268, -15, 278, 278
OFFSET
1,1
PROG
(PARI) j=[]; for(n=1, 100, j=concat(j, sum(k=1, n, prime(k)*moebius(k)))); j
CROSSREFS
Sequence in context: A371598 A117753 A145883 * A113336 A113979 A053442
KEYWORD
sign
AUTHOR
Jason Earls, Jul 20 2001
STATUS
approved