cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A088229 Number of n X n (0,1) matrices with distinct rows.

Original entry on oeis.org

1, 2, 12, 336, 43680, 24165120, 53981544960, 476410007808000, 16517640193528320000, 2252801478912508197273600, 1212983979979000042023881932800, 2587892965783744956308448364029542400, 21943955209199862746410706867184116563968000
Offset: 0

Views

Author

Yuval Dekel (dekelyuval(AT)hotmail.com), Nov 03 2003

Keywords

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