OFFSET
1,2
COMMENTS
LINKS
Michael De Vlieger, Correlation of A065218 and A065219.
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 12 is in the sequence.
MATHEMATICA
With[{s = Table[-1 + SeriesCoefficient[Series[Times @@ ((1 + z^#) & /@ Divisors[n]), {z, 0, n}], n], {n, 2520}]}, FirstPosition[s, #][[1]] & /@ Union@ FoldList[Max, s]] (* Michael De Vlieger, Oct 10 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Jud McCranie, Oct 21 2001
EXTENSIONS
More terms from Franklin T. Adams-Watters, Nov 27 2006
Edited and extended by Max Alekseyev, May 29 2009
Offset changed by Andrey Zabolotskiy, Oct 10 2017
STATUS
approved