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!)
A327948 Nonunitary weird numbers: numbers that are nonunitary abundant but not nonunitary pseudoperfect. 5
280, 3344, 16120, 23320, 28768, 31648, 37088, 41720, 42280, 43168, 43960, 45640, 46760, 48440, 50120, 50680, 53480, 54040, 55160, 55720, 59080, 62440, 63560, 64120, 65240, 66920, 67480, 69088, 70280, 71960, 73640, 75320, 75880, 77560, 78680, 79240, 82040 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
nudiv[n_] := Module[{d = Divisors[n]}, Select[d, GCD[#, n/#] > 1 &]]; s = {}; Do[d = nudiv[n]; If[Total[d] <= n, Continue[]]; c = SeriesCoefficient[Series[Product[1 + x^d[[i]], {i, Length[d]}], {x, 0, n}], n]; If[c == 0, AppendTo[s, n]], {n, 1, 10^5}]; s
CROSSREFS
The nonunitary version of A006037.
Sequence in context: A234458 A234452 A297510 * A187384 A297724 A024214
KEYWORD
nonn
AUTHOR
Amiram Eldar, Sep 30 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)