[go: up one dir, main page]

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!)
Revision History for A368038 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A368038 The sum of non-unitary divisors of the nonsquarefree numbers.
(history; published version)
#8 by OEIS Server at Sat Dec 09 07:08:36 EST 2023
LINKS

Amiram Eldar, <a href="/A368038/b368038_1.txt">Table of n, a(n) for n = 1..10000</a>

#7 by Peter Luschny at Sat Dec 09 07:08:36 EST 2023
STATUS

reviewed

approved

Discussion
Sat Dec 09 07:08
OEIS Server: Installed first b-file as b368038.txt.
#6 by Joerg Arndt at Sat Dec 09 04:23:00 EST 2023
STATUS

proposed

reviewed

#5 by Amiram Eldar at Sat Dec 09 03:41:46 EST 2023
STATUS

editing

proposed

#4 by Amiram Eldar at Sat Dec 09 03:08:24 EST 2023
LINKS

Amiram Eldar, <a href="/A368038/b368038_1.txt">Table of n, a(n) for n = 1..10000</a>

#3 by Amiram Eldar at Sat Dec 09 03:07:04 EST 2023
NAME

allocatedThe sum of non-unitary divisors of forthe Amiramnonsquarefree Eldarnumbers.

DATA

2, 6, 3, 8, 14, 9, 12, 24, 5, 12, 16, 30, 41, 36, 24, 18, 56, 7, 15, 28, 36, 48, 48, 24, 62, 36, 105, 20, 40, 84, 39, 64, 72, 54, 48, 120, 21, 36, 87, 84, 140, 112, 60, 42, 144, 11, 64, 30, 72, 126, 96, 72, 108, 96, 233, 28, 76, 60, 120, 54, 112, 180, 117, 84

OFFSET

1,1

COMMENTS

The positive terms of A048146, since A048146(k) = 0 if and only if k is squarefree (A005117).

FORMULA

a(n) = A048146(A013929(n)).

Sum_{k=1..n} a(k) ~ c * n^2, where c = (zeta(2)/2)*(1-1/zeta(3))/(1-1/zeta(2))^2 = 0.899359898779... .

MATHEMATICA

f[p_, e_] := (p^(e+1)-1)/(p-1); nusigma[n_] := Module[{fct = FactorInteger[n]}, If[n == 1, 0, Times @@ f @@@ fct - Times @@ (1 + Power @@@ fct)]]; Select[Array[nusigma, 200], # > 0 &]

PROG

(PARI) lista(kmax) = {my(f); for(k = 1, kmax, f = factor(k); if(!issquarefree(f), print1(sigma(f) - prod(i=1, #f~, 1+f[i, 1]^f[i, 2]), ", "))); }

CROSSREFS

Cf. A005117, A048146, A013929.

Cf. A084936, A174961, A275699, A368039, A368040.

Cf. A002117, A013661, A072691, A229099.

KEYWORD

allocated

nonn

AUTHOR

Amiram Eldar, Dec 09 2023

STATUS

approved

editing

#2 by Amiram Eldar at Sat Dec 09 03:04:26 EST 2023
KEYWORD

allocating

allocated

#1 by Amiram Eldar at Sat Dec 09 03:04:26 EST 2023
NAME

allocated for Amiram Eldar

KEYWORD

allocating

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 August 30 09:19 EDT 2024. Contains 375532 sequences. (Running on oeis4.)