A263207 Number of integer solutions for Product_{k=1..n}(c(k) + 1) = 2 * Product_{k=1..n}(c(k) - 1) with 1 < c(k) <= c(k+1).
0, 1, 2, 20, 374, 21313, 5115140
Offset: 0
Examples
a(1) = 1, because there is exactly one solution: c(1) = 3. a(2) = 2, because there are two solutions: c(1) = 4, c(2) = 11 and c(1) = 5, c(2) = 7. The first solution can be illustrated geometrically as a square cut into thirty outer and equally many inner parts: OOOOOOOOOOOO OIIIIIIIIIIO OIIIIIIIIIIO OIIIIIIIIIIO OOOOOOOOOOOO, The second solution yields twenty-four parts of each kind: OOOOOOOO OIIIIIIO OIIIIIIO OIIIIIIO OIIIIIIO OOOOOOOO.
Links
- M. Janecke, Kuchengerechtigkeit in n Dimensionen, includes a Python program that finds solutions for a given n, July 2015.
- M. Janecke, On a conjecture about cutting hypercubes, Nov 2015.
- Martin Janecke, All solutions for n=3
- Martin Janecke, All solutions for n=4
- Martin Janecke, All solutions for n=5
Crossrefs
Cf. A204321.
Comments