OFFSET
1,2
COMMENTS
a(n) is also the number of n X n upper triangular matrices B over GF(2) such that B^2 = 0. This follows since B^2 = 0 iff (I+B)^2=I. - Hays Whitlatch, Sep 23 2025
LINKS
Joshua Cooper and Hays Whitlatch, Counting Cholesky factorizations of the zero matrix over F_2, arXiv:2512.12496 [math.CO], 2025.
Shalosh B. Ekhad and Doron Zeilberger, The Number of Solutions of X^2 = 0 in Triangular Matrices Over GF(q), Elec. J. Comb. 3(1) (1996).
I. M. Isaacs and Dikran B. Karagueuzian, Involutions and characters of upper triangular matrix groups, Math. Comp. 74 (2005) 2027-2033.
FORMULA
From Ahmed Fares (ahmedfares(AT)my-deja.com), Jul 30 2001: (Start)
a(2*n) = Sum_{j=-floor(n/3)..floor(n/3)} (binomial(2*n, n - 3*j) - binomial(2*n, n - 3*j - 1)) * 2^(n^2 - 3*j^2 - j).
a(2*n+1) = Sum_{j=-floor(n/3)..floor(n/3)} (binomial(2*n + 1, n - 3*j) - binomial(2*n + 1, n - 3*j - 1)) * 2^(n^2 + n - 3*j^2 - 2*j). (End)
a(n) = Sum_{r=0..floor(n/2)} f(n, r) where f(n, 0) = 1, f(1, r) = 0, f(n, r) = 2^r * f(n - 1, r) + (2^(n-r) - 2^(r-1)) * f(n - 1, r - 1). - Sean A. Irvine, Apr 15 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
Dikran Karagueuzian (dikran(AT)math.wisc.edu)
EXTENSIONS
More terms from Sean A. Irvine, Apr 15 2018
STATUS
approved
