OFFSET
1,5
COMMENTS
A set is factorable if it is the union of at least two disjoint translated copies of a subset of at least two elements. E.g. the subset *..*.**..***.*.* of the 1x16 grid (where * denotes gridpoints in the selected subset and . denotes the remaining unselected gridpoints) is factorable into 3 copies of the 3-element subset *..*.*, as shown by displaying the factors by 1..1.12..232.3.3, where the numerals denote the elements of a particular translated copy.
LINKS
Sean A. Irvine, Java program (github)
EXAMPLE
The factorable subsets of (......) are (1122..), (11.22.), (.1122.), (1.12.2), (11..22), (.11.22), (..1122) and (111222), so a(6)=8.
CROSSREFS
KEYWORD
nonn
AUTHOR
John W. Layman, Oct 30 2000
EXTENSIONS
More terms from Sean A. Irvine, Jun 26 2022
STATUS
approved