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”).

A334548
Array read by antidiagonals: T(n,k) is the number of n X n symmetric binary matrices with no row sum greater than k.
8
1, 1, 1, 1, 2, 1, 1, 2, 5, 1, 1, 2, 8, 14, 1, 1, 2, 8, 45, 43, 1, 1, 2, 8, 64, 315, 142, 1, 1, 2, 8, 64, 809, 2634, 499, 1, 1, 2, 8, 64, 1024, 13846, 25518, 1850, 1, 1, 2, 8, 64, 1024, 28217, 301262, 280257, 7193, 1, 1, 2, 8, 64, 1024, 32768, 1146419, 8035168, 3434595, 29186, 1
OFFSET
0,5
FORMULA
T(n,k) = 2^(n*(n+1)/2) = A006125(n+1) for k >= n.
EXAMPLE
Array begins:
=============================================================
n\k | 0 1 2 3 4 5 6
----|-------------------------------------------------------
0 | 1 1 1 1 1 1 1 ...
1 | 1 2 2 2 2 2 2 ...
2 | 1 5 8 8 8 8 8 ...
3 | 1 14 45 64 64 64 64 ...
4 | 1 43 315 809 1024 1024 1024 ...
5 | 1 142 2634 13846 28217 32768 32768 ...
6 | 1 499 25518 301262 1146419 1914733 2097152 ...
7 | 1 1850 280257 8035168 62951431 178499118 254409765 ...
...
KEYWORD
nonn,tabl
AUTHOR
Andrew Howroyd, May 08 2020
STATUS
approved