The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A326052 a(n) = n - A050452(n), where A050452 is the sum of divisors of the form 4k+3. 3
1, 2, 0, 4, 5, 3, 0, 8, 6, 10, 0, 9, 13, 7, -3, 16, 17, 15, 0, 20, 11, 11, 0, 21, 25, 26, -3, 21, 29, 12, 0, 32, 19, 34, -7, 33, 37, 19, -3, 40, 41, 32, 0, 33, 27, 23, 0, 45, 42, 50, -3, 52, 53, 24, -11, 49, 35, 58, 0, 42, 61, 31, -10, 64, 65, 52, 0, 68, 43, 28, 0, 69, 73, 74, -18, 57, 59, 36, 0, 80, 51, 82, 0, 74, 85, 43, -3, 77 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n - A050452(n).
PROG
(PARI)
A050452(n) = sumdiv(n, d, d*(3==(d % 4)));
A326052(n) = (n-A050452(n));
CROSSREFS
Sequence in context: A173335 A335118 A201837 * A004482 A329233 A111677
KEYWORD
sign
AUTHOR
Antti Karttunen, Jun 04 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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)