A387003 Triangle read by rows: T(n,d) is the number of free (d,2)-polyominoids of size n, 2 <= d <= n+1.
1, 1, 2, 2, 9, 12, 5, 54, 95, 103
Offset: 1
Examples
Triangle begins: n\d| 2 3 4 5 ---+------------ 1 | 1 2 | 1 2 3 | 2 9 12 4 | 5 54 95 103
Links
Crossrefs
Formula
T(n,d) = Sum_{k=1..d} A387004(n,k).
Comments