OFFSET
0,3
COMMENTS
Same as A001477 (the nonnegative integers) with 3 removed.
EXAMPLE
The a(1) = 1 through a(9) = 10 subsets:
{1} {1} {1} {1} {1} {1} {1} {1} {1}
{2} {2} {2} {2} {2} {2} {2} {2}
{3} {3} {3} {3} {3} {3} {3}
{1,2,3} {4} {4} {4} {4} {4} {4}
{1,2,3} {5} {5} {5} {5} {5}
{1,2,3} {6} {6} {6} {6}
{1,2,3} {7} {7} {7}
{1,2,3} {8} {8}
{1,2,3} {9}
{1,2,3}
MATHEMATICA
Table[Length[Select[Subsets[Range[n]], Times@@#==Plus@@#&]], {n, 0, 10}]
CROSSREFS
KEYWORD
nonn,dumb
AUTHOR
Gus Wiseman, Jun 13 2019
STATUS
approved