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!)
A335201 Unitary Zumkeller numbers (A290466) that are not squarefree. 1
60, 90, 150, 294, 420, 630, 660, 726, 750, 780, 840, 924, 990, 1014, 1020, 1050, 1092, 1140, 1170, 1380, 1386, 1428, 1470, 1530, 1596, 1638, 1650, 1710, 1734, 1740, 1860, 1890, 1950, 2058, 2070, 2142, 2166, 2220, 2460, 2550, 2580, 2610, 2790, 2820, 2850, 2940 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Zumkeller numbers (A083207) that are squarefree (A005117) are also unitary Zumkeller numbers (A290466), since all of their divisors are unitary.
First differs from A335140 at n = 39.
LINKS
EXAMPLE
60 is a term since it is nonsquarefree, and its unitary divisors, {1, 3, 4, 5, 12, 15, 20, 60}, can be partitioned into 2 disjoint sets whose sum is equal: 1 + 3 + 4 + 5 + 12 + 15 + 20 = 60.
MATHEMATICA
uzQ[n_] := Module[{d = Select[Divisors[n], CoprimeQ[#, n/#] &], sum, x}, sum = Plus @@ d; If[sum < 2*n || OddQ[sum], False, CoefficientList[Product[1 + x^i, {i, d}], x][[1 + sum/2]] > 0]]; Select[Range[3000], !SquareFreeQ[#] && uzQ[#] &]
CROSSREFS
Intersection of A013929 and A290466.
Sequence in context: A069976 A110546 A335140 * A267434 A048934 A097714
KEYWORD
nonn
AUTHOR
Amiram Eldar, May 26 2020
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 July 16 14:52 EDT 2024. Contains 374349 sequences. (Running on oeis4.)