OFFSET
1,3
COMMENTS
Abuse of notation: we write T(n, L) for T(n, k), where L is the k-th partition of n in A-St order.
For any permutation (e_1,...,e_r) of the parts of L, T(n, L) is the number of chains of subspaces 0 < V_1 < ··· < V_r = (F_2)^n with dimension increments (e_1,...,e_r).
REFERENCES
R. P. Stanley, Enumerative Combinatorics (vol. 1), Cambridge University Press (1997), Section 1.3.
LINKS
Álvar Ibeas, First 20 rows, flattened
FORMULA
T(n, (n)) = 1. T(n, L) = A022166(n, e) * T(n - e, L \ {e}), if L is a partition of n and e < n is a part of L.
EXAMPLE
The number of subspace chains 0 < V_1 < V_2 < (F_2)^3 is 21 = T(3, (1, 1, 1)). There are 7 = A022166(3, 1) choices for a one-dimensional subspace V_1 and, for each of them, 3 = A022166(2, 1) extensions to a two-dimensional subspace V_2.
Triangle begins:
k: 1 2 3 4 5 6 7
---------------------------
n=1: 1
n=2: 1 3
n=3: 1 7 21
n=4: 1 15 35 105 315
n=5: 1 31 155 465 1085 3255 9765
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Álvar Ibeas, Sep 03 2021
STATUS
approved