|
| |
|
|
A094223
|
|
Number of binary n X n matrices with all rows (columns) distinct, up to permutation of columns (rows).
|
|
0
| |
|
|
1, 2, 7, 68, 2251, 247016, 89254228, 108168781424, 451141297789858, 6625037125817801312, 348562672319990399962384, 66545827618461283102105245248, 46543235997095840080425299916917968
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
REFERENCES
| G. Kilibarda and V. Jovovic, "Enumeration of some classes of T_0-hypergraphs", in preparation, 2004.
|
|
|
FORMULA
| a(n) = Sum((-1)^(n-k)*Stirling1(n, k)*binomial(2^k, n), k=0..n) = Sum(Stirling1(n, k)*binomial(2^k+n-1, n), k=0..n).
|
|
|
MATHEMATICA
| a[n_] := Sum[(-1)^(n - k)*StirlingS1[n, k]*Binomial[2^k, n], {k, 0, n}]; (* or *) a[n_] := Sum[ StirlingS1[n, k]*Binomial[2^k + n - 1, n], {k, 0, n}]; Table[ a[n], {n, 0, 12}] (from Robert G. Wilson v May 29 2004)
|
|
|
CROSSREFS
| Main diagonal of A059584 and A059587, A060690, A088309.
Sequence in context: A133237 A099660 A173226 * A113866 A165978 A106917
Adjacent sequences: A094220 A094221 A094222 * A094224 A094225 A094226
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Goran Kilibarda, Vladeta Jovovic (vladeta(AT)eunet.rs), May 28 2004
|
|
|
EXTENSIONS
| More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), May 29 2004
|
| |
|
|