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!)
A305613 Numbers whose multiset of prime factors is not knapsack. 1
30, 60, 70, 72, 84, 90, 120, 140, 144, 150, 168, 180, 210, 216, 240, 252, 270, 280, 286, 288, 300, 308, 330, 336, 350, 360, 378, 390, 420, 432, 440, 450, 480, 490, 495, 504, 510, 525, 528, 540, 560, 570, 572, 576, 588, 594, 600, 616, 630, 646, 648, 660, 672 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A multiset of positive integers is knapsack if every distinct submultiset has a different sum.
LINKS
EXAMPLE
30 = 2 * 3 * 5 is not knapsack because 2 + 3 = 5.
MATHEMATICA
Select[Range[1000], DivisorSigma[0, #]=!=Length[Union[Total/@Subsets[Join@@Cases[FactorInteger[#], {p_, k_}:>Table[p, {k}]]]]]&]
CROSSREFS
Sequence in context: A280011 A175785 A051488 * A267967 A051283 A066031
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jun 06 2018
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.)