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!)
A329879 Numbers k such that k and nusigma(k) have the same set of prime divisors, where nusigma(k) is the sum of nonunitary divisors of k (A048146). 2
4, 9, 24, 25, 49, 54, 112, 121, 150, 169, 289, 294, 361, 480, 529, 726, 750, 841, 961, 1014, 1369, 1681, 1734, 1849, 1984, 2058, 2166, 2209, 2430, 2520, 2688, 2809, 3174, 3481, 3721, 3780, 4489, 5041, 5046, 5329, 5760, 5766, 6241, 6889, 7921, 7986, 8214, 8700 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that rad(nusigma(k)) = rad(k), where rad(k) is the squarefree kernel of k (A007947).
LINKS
MATHEMATICA
rad[n_] := Times @@ (First@# & /@ FactorInteger@ n); usigma[1] = 1; usigma[n_] := Times @@ (1 + Power @@@ FactorInteger[n]); nusigma[n_] := DivisorSigma[1, n] - usigma[n]; Select[Range[10^4], rad[nusigma[#]] == rad[#] &]
CROSSREFS
Sequence in context: A288105 A288101 A320913 * A320059 A373002 A270450
KEYWORD
nonn
AUTHOR
Amiram Eldar, Nov 23 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 June 7 04:42 EDT 2024. Contains 373140 sequences. (Running on oeis4.)