A382605 Number of distinct solutions to the problem of folding in half a chain of linked rods of length 1, ..., n.
0, 0, 1, 1, 0, 0, 1, 2, 0, 0, 1, 1, 0, 0, 2, 1, 0, 0, 1, 3, 0, 0, 1, 2, 0, 0, 3, 1, 0, 0, 1, 2, 0, 0, 4, 1, 0, 0, 4, 1, 0, 0, 1, 4, 0, 0, 1, 2, 0, 0, 3, 1, 0, 0, 3, 3, 0, 0, 1, 1, 0, 0, 2, 1, 0, 0, 1, 3, 0, 0, 1, 1, 0, 0, 4, 1, 0, 0, 1, 4, 0, 0, 1, 5, 0, 0, 3, 1, 0, 0, 1, 3, 0, 0, 2, 1, 0, 0, 6, 1
Offset: 1
Keywords
Examples
A chain of 7 rods of length 1 to 7, can be folded in half in only one way: 2+3+4+5 on one side, 6+7+1, on the other, both sides being 14 in total length. Therefore a(7) = 1.
Links
- Daniel Mondot, Table of n, a(n) for n = 1..10000
- Allan Gottlieb, Puzzle Corner, Technology Review, December 2, 2003.
Comments