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

A088229
Number of n X n (0,1) matrices with distinct rows.
5
1, 2, 12, 336, 43680, 24165120, 53981544960, 476410007808000, 16517640193528320000, 2252801478912508197273600, 1212983979979000042023881932800, 2587892965783744956308448364029542400, 21943955209199862746410706867184116563968000
OFFSET
0,2
LINKS
FORMULA
a(n) = n! * binomial(2^n, n) = n! * A014070(n).
a(n) ~ 2^(n^2). - Vaclav Kotesovec, Jul 02 2016
MATHEMATICA
Table[(2^n)!/(2^n - n)!, {n, 1, 15}] (* Vaclav Kotesovec, Jul 02 2016 *)
CROSSREFS
Cf. A014070.
Sequence in context: A296622 A325756 A181142 * A060596 A074257 A192892
KEYWORD
nonn
AUTHOR
Yuval Dekel (dekelyuval(AT)hotmail.com), Nov 03 2003
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
STATUS
approved