login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A365566
Triangle read by rows: T(n,d) is the number of inequivalent properly d-dimensional n-polysticks (or polyedges), 1 <= d <= n.
4
1, 1, 1, 1, 4, 2, 1, 15, 12, 3, 1, 54, 105, 39, 6, 1, 221, 863, 566, 117, 11
OFFSET
1,5
FORMULA
T(n,n) = A000055(n+1).
EXAMPLE
Triangle begins:
n\d | 1 2 3 4 5 6
----+---------------------
1 | 1
2 | 1 1
3 | 1 4 2
4 | 1 15 12 3
5 | 1 54 105 39 6
6 | 1 221 863 566 117 11
CROSSREFS
Cf. A000055, A049430, A365565 (row sums).
Sequence in context: A171650 A225476 A143777 * A326659 A236830 A269736
KEYWORD
nonn,tabl,hard,more
AUTHOR
STATUS
approved