login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A289546 Triangle read by rows. T(n,k) is the number of flags in an n dimensional vector space over GF(2) that have length exactly k, n >= 0, 0 <= k <= n. 2
1, 0, 1, 0, 1, 3, 0, 1, 14, 21, 0, 1, 65, 315, 315, 0, 1, 372, 4650, 13020, 9765, 0, 1, 2823, 87234, 527310, 1025325, 615195, 0, 1, 29210, 2291715, 27448764, 105413175, 156259530, 78129765, 0, 1, 417197, 88508205, 2043137265, 14019952275, 38897461575, 46487210175, 19923090075 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
Kent E. Morrison, Integer Sequences and Matrices Over Finite Fields, Journal of Integer Sequences, Vol. 9 (2006), Article 06.2.1.
FORMULA
T(n,k)/A005329(n) is the coefficient of y^k*x^n in 1/(1 - y (eq(x) - 1)) where eq(x) is the q-exponential function.
EXAMPLE
Triangle begins:
1;
0, 1;
0, 1, 3;
0, 1, 14, 21;
0, 1, 65, 315, 315;
0, 1, 372, 4650, 13020, 9765;
0, 1, 2823, 87234, 527310, 1025325, 615195;
MATHEMATICA
nn = 8; eq[z_] := Sum[z^n/FunctionExpand[QFactorial[n, q]], {n, 0, nn}]; Table[Take[(Table[ FunctionExpand[QFactorial[n, q]] /. q -> 2, {n, 0, nn}] CoefficientList[Series[ 1/(1 - u (eq[z] - 1)) /. q -> 2, {z, 0, nn}], {z, u}])[[i]], i], {i, 1, nn + 1}] // Grid
CROSSREFS
Cf. A005329 (main diagonal), A289545 (row sums).
Sequence in context: A322670 A277410 A368054 * A334823 A279031 A304336
KEYWORD
nonn,tabl
AUTHOR
Geoffrey Critzer, Jul 28 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 12:26 EDT 2024. Contains 371254 sequences. (Running on oeis4.)