A385583 Triangle read by rows: T(n,d) is the number of free d-dimensional polysticks of size n.
1, 1, 2, 1, 5, 7, 1, 16, 28, 31, 1, 55, 160, 199, 205, 1, 222, 1085, 1651, 1768, 1779
Offset: 1
Examples
Triangle begins: n\d| 1 2 3 4 5 6 ---+-------------------------- 1 | 1 2 | 1 2 3 | 1 5 7 4 | 1 16 28 31 5 | 1 55 160 199 205 6 | 1 222 1085 1651 1768 1779
Crossrefs
Formula
T(n,d) = Sum_{k=1..d} A365566(n,k).
Comments