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”).

A378655
Dirichlet convolution of A153881 with the Dirichlet inverse of A103977.
2
1, -2, -3, 0, -5, 6, -7, 0, 0, 10, -11, -4, -13, 14, 15, 0, -17, -4, -19, -2, 21, 22, -23, 0, 0, 26, 0, 0, -29, -42, -31, 0, 33, 34, 35, 12, -37, 38, 39, -4, -41, -54, -43, 0, 0, 46, -47, 0, 0, 0, 51, 0, -53, 8, 55, -8, 57, 58, -59, 34, -61, 62, 0, 0, 65, -78, -67, 0, 69, -74, -71, -8, -73, 74, 0, 0, 77, -90, -79, 0, 0
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{d|n} A153881(d)*A378643(n/d).
a(n) = A055615(n) when n is a non-abundant number (A263837), and also for some subset of the abundant numbers, A005101.
PROG
(PARI)
A153881(n) = if(n>1, -1, 1);
A378655(n) = sumdiv(n, d, A153881(d)*A378643(n/d));
CROSSREFS
Cf. A055615, A103977, A153881, A263837, A378643, A378647 (Dirichlet inverse).
Sequence in context: A145105 A140700 A055615 * A366390 A243059 A378526
KEYWORD
sign
AUTHOR
Antti Karttunen, Dec 04 2024
STATUS
approved