OFFSET
1,3
COMMENTS
The numbers themselves are in A065218.
EXAMPLE
Proper divisors of 12 are {1, 2, 3, 4, 6}. Two subsets of this sum to 12: {2, 4, 6} and {1, 2, 3, 6} - more than any smaller number, so 2 is in the sequence (and 12 is in A065218).
MATHEMATICA
Union@ FoldList[Max, Array[Block[{dd = Most@ Divisors@ #, c, cc}, cc = Array[c, Length@ dd]; Length@{ ToRules[Reduce[And @@ (0 <= # <= 1 &) /@ cc && dd.cc == #, cc, Integers]]}] &, 360]] (* Michael De Vlieger, Oct 01 2017, after Jean-François Alcover at A065205 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Jud McCranie, Oct 21 2001
EXTENSIONS
Extended by Max Alekseyev, May 29 2009
Initial 0 prepended and offset corrected by Amiram Eldar, Oct 01 2017
STATUS
approved