A088229 Number of n X n (0,1) matrices with distinct rows.
1, 2, 12, 336, 43680, 24165120, 53981544960, 476410007808000, 16517640193528320000, 2252801478912508197273600, 1212983979979000042023881932800, 2587892965783744956308448364029542400, 21943955209199862746410706867184116563968000
Offset: 0
Keywords
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..50
Crossrefs
Cf. A014070.
Programs
-
Mathematica
Table[(2^n)!/(2^n - n)!, {n, 1, 15}] (* Vaclav Kotesovec, Jul 02 2016 *)
Formula
a(n) = n! * binomial(2^n, n) = n! * A014070(n).
a(n) ~ 2^(n^2). - Vaclav Kotesovec, Jul 02 2016
Extensions
More terms from Ray Chandler, Nov 06 2003
a(0)=1 prepended and terms a(12) and beyond from Andrew Howroyd, Jan 27 2020