login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A347122 Möbius transform of A347121. 3
-1, 2, 3, 10, 3, 24, 5, 38, 29, 36, 3, 90, 5, 56, 61, 130, 3, 152, 5, 138, 95, 72, 7, 306, 57, 92, 187, 214, 3, 292, 7, 422, 121, 108, 139, 550, 5, 128, 155, 474, 3, 452, 5, 282, 403, 160, 7, 990, 145, 348, 181, 358, 7, 856, 173, 734, 215, 180, 3, 1046, 7, 208, 625, 1330, 223, 604, 5, 426, 269, 700, 3, 1838, 7, 236 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{d|n} A008683(n/d) * A347121(d).
a(n) = A347137(n) - 2*A000010(n).
For all n >= 1, a(A000040(n)) = 1 + A001223(n).
PROG
(PARI)
A003961(n) = { my(f = factor(n)); for(i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); };
A347121(n) = (sumdiv(n, d, d*A003961(n/d))-(2*n));
A347122(n) = sumdiv(n, d, moebius(n/d)*A347121(d));
CROSSREFS
Sequence in context: A319157 A153702 A280941 * A130110 A342045 A307591
KEYWORD
sign
AUTHOR
Antti Karttunen, Aug 24 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 5 00:03 EDT 2024. Contains 372257 sequences. (Running on oeis4.)