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!)
A325815 a(n) = A324213(n) - A034444(n). 4
1, 2, 1, 6, 2, -2, 2, 14, 10, 5, 4, 10, 4, 8, 4, 30, 8, 22, 6, 17, 10, 14, 10, 16, 28, 12, 16, -2, 12, 16, 8, 62, 12, 20, 18, 84, 12, 26, 22, 32, 16, 24, 12, 38, 22, 24, 22, 50, 54, 76, 16, 28, 24, 36, 32, 56, 34, 38, 28, 48, 16, 38, 44, 126, 38, 40, 20, 46, 24, 64, 24, 118, 24, 50, 54, 42, 44, 48, 24, 82, 118, 56, 40, 88, 50, 48, 36, 86, 40 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A324213(n) - A034444(n).
a(A000396(n)) < 0 for all n.
PROG
(PARI)
A034444(n) = (2^omega(n));
A324213(n) = { my(s=sigma(n)); sum(i=0, s, (1==gcd(n-i, n-(s-i)))); };
A325815(n) = (A324213(n)-A034444(n));
CROSSREFS
Sequence in context: A134134 A222005 A351442 * A292441 A333726 A306549
KEYWORD
sign
AUTHOR
Antti Karttunen, May 29 2019
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 July 20 18:59 EDT 2024. Contains 374459 sequences. (Running on oeis4.)