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!)
A326053 Sum of all other divisors of n except the largest square divisor: a(n) = sigma(n) - A008833(n). 6
0, 2, 3, 3, 5, 11, 7, 11, 4, 17, 11, 24, 13, 23, 23, 15, 17, 30, 19, 38, 31, 35, 23, 56, 6, 41, 31, 52, 29, 71, 31, 47, 47, 53, 47, 55, 37, 59, 55, 86, 41, 95, 43, 80, 69, 71, 47, 108, 8, 68, 71, 94, 53, 111, 71, 116, 79, 89, 59, 164, 61, 95, 95, 63, 83, 143, 67, 122, 95, 143, 71, 159, 73, 113, 99, 136, 95, 167, 79, 170, 40, 125, 83 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A000203(n) - A008833(n).
a(n) = n + A326054(n).
a(n) >= A285309(n).
PROG
(PARI)
A008833(n) = (n/core(n));
A326053(n) = (sigma(n)-A008833(n));
CROSSREFS
Sequence in context: A049855 A286868 A326184 * A296083 A294285 A363786
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 05 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 25 09:34 EDT 2024. Contains 371967 sequences. (Running on oeis4.)