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!)
A326126 Sum of all other divisors of n except the squarefree part of n: a(n) = sigma(n) - A007913(n). 7
0, 1, 1, 6, 1, 6, 1, 13, 12, 8, 1, 25, 1, 10, 9, 30, 1, 37, 1, 37, 11, 14, 1, 54, 30, 16, 37, 49, 1, 42, 1, 61, 15, 20, 13, 90, 1, 22, 17, 80, 1, 54, 1, 73, 73, 26, 1, 121, 56, 91, 21, 85, 1, 114, 17, 106, 23, 32, 1, 153, 1, 34, 97, 126, 19, 78, 1, 109, 27, 74, 1, 193, 1, 40, 121, 121, 19, 90, 1, 181, 120, 44, 1, 203, 23, 46, 33, 158, 1, 224, 21 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A000203(n) - A007913(n).
Sum_{k=1..n} a(k) ~ c * n^2, where c = Pi^2/20 = 0.4934802... . - Amiram Eldar, Mar 21 2024
MATHEMATICA
f1[p_, e_] := (p^(e + 1) - 1)/(p - 1); f2[p_, e_] := p^Mod[e, 2]; a[n_] := Module[{f = FactorInteger[n]}, Times @@ f1 @@@ f - Times @@ f2 @@@ f]; a[1] = 0; Array[a, 100] (* Amiram Eldar, Mar 21 2024 *)
PROG
(PARI) A326126(n) = (sigma(n)-core(n));
CROSSREFS
Cf. also A326053, A326061, A326142.
Sequence in context: A339433 A263494 A096956 * A078300 A176398 A318478
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 09 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 23 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)