OFFSET
0,7
LINKS
Fausto A. C. Cariboni, Table of n, a(n) for n = 0..383
EXAMPLE
The a(6) = 2 through a(24) = 16 partitions (1 terms not shown):
6 12 15 16 18 20 24
3,2,1 6,4,2 5,4,3,2,1 8,4,3,1 9,5,4 10,5,3,2 12,7,5
6,5,1 8,5,2,1 9,6,3 10,5,4,1 12,8,4
6,3,2,1 9,7,2 10,6,3,1 12,9,3
9,8,1 10,7,2,1 12,10,2
10,4,3,2,1 12,11,1
8,7,5,4
8,7,6,3
12,5,4,3
12,6,4,2
12,6,5,1
12,7,3,2
12,7,4,1
12,8,3,1
12,9,2,1
8,6,4,3,2,1
MATHEMATICA
Table[If[n==0, 1, Length[Select[IntegerPartitions[n], UnsameQ@@#&&Divisible[n, Max[#]]&&Divisible[n, Length[#]]&]]], {n, 0, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jul 26 2019
STATUS
approved