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!)
A340191 Difference between A063994 and its Möbius transform. 3
0, 1, 1, 1, 1, 2, 1, 1, 2, 4, 1, 1, 1, 6, 5, 1, 1, 1, 1, 1, 7, 10, 1, 1, 4, 12, 2, 1, 1, 0, 1, 1, 11, 16, 9, 1, 1, 18, 13, 1, 1, -2, 1, 1, 4, 22, 1, 1, 6, 1, 17, 1, 1, 1, 13, 3, 19, 28, 1, 1, 1, 30, 4, 1, 15, -6, 1, 1, 23, -4, 1, 1, 1, 36, 4, 1, 15, -8, 1, 1, 2, 40, 1, 3, 19, 42, 29, 1, 1, 5, 17, 1, 31, 46, 21 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = A063994(n) - A340190(n).
a(n) = -Sum_{d|n, d<n} A008683(n/d) * A063994(d).
PROG
(PARI)
A063994(n) = { my(f=factor(n)); prod(i=1, #f~, gcd(f[i, 1]-1, n-1)); };
A340191(n) = -sumdiv(n, d, (d<n)*moebius(n/d)*A063994(d));
CROSSREFS
Sequence in context: A318622 A353785 A245195 * A182105 A023506 A232089
KEYWORD
sign
AUTHOR
Antti Karttunen, Dec 31 2020
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)