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!)
A326058 a(n) = n - {the sum of square divisors of n}. 4
0, 1, 2, -1, 4, 5, 6, 3, -1, 9, 10, 7, 12, 13, 14, -5, 16, 8, 18, 15, 20, 21, 22, 19, -1, 25, 17, 23, 28, 29, 30, 11, 32, 33, 34, -14, 36, 37, 38, 35, 40, 41, 42, 39, 35, 45, 46, 27, -1, 24, 50, 47, 52, 44, 54, 51, 56, 57, 58, 55, 60, 61, 53, -21, 64, 65, 66, 63, 68, 69, 70, 22, 72, 73, 49, 71, 76, 77, 78, 59, -10, 81, 82, 79 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = n - A035316(n).
a(n) = A033879(n) + A326059(n).
PROG
(PARI)
A035316(n) = sumdiv(n, d, issquare(d)*d);
A326058(n) = (n-A035316(n));
CROSSREFS
Sequence in context: A365689 A074720 A323456 * A262586 A058359 A261608
KEYWORD
sign
AUTHOR
Antti Karttunen, Jun 06 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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)