OFFSET
1,2
COMMENTS
All terms are powers of 2.
LINKS
Peter Kagey, Table of n, a(n) for n = 1..1000
EXAMPLE
For a(20)=4 the solutions are:
s_0 = {20,24,30} with prod(s_0) = 120^2;
s_1 = {20,24,25,30} with prod(s_1) = 600^2;
s_2 = {20,21,24,27,28,30} with prod(s_2) = 15120^2;
s_3 = {20,21,24,25,27,28,30} with prod(s_3) = 75600^2.
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Kagey, Jun 29 2015
EXTENSIONS
More terms from Alois P. Heinz, Jul 16 2015
STATUS
approved