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.

Previous Showing 11-16 of 16 results.

A089673 a(n) = number of n X n (0,1) matrices A such that the 2n+2 vectors consisting of the rows and the columns of the matrix A, as well as the main diagonal and the main antidiagonal, are all distinct.

Original entry on oeis.org

0, 0, 0, 652, 1658784, 10726929248, 172790068546048
Offset: 1

Views

Author

Vladeta Jovovic, Jan 04 2004

Keywords

Crossrefs

Binary matrices with distinct rows and columns, various versions: A059202, A088309, A088310, A088616, A089673, A089674, A093466, A094000, A094223, A116532, A116539, A181230, A259763

Extensions

a(6)-a(7) from Bert Dobbelaere, May 05 2025

A089674 a(n) = number of n X n (0,1) matrices A such that the 2n+2 vectors consisting of the rows and the columns of the matrix A, as well as the main diagonal read in the upward direction and the main antidiagonal, are all distinct.

Original entry on oeis.org

0, 0, 0, 1692, 2329280, 13441654352, 190945826194432
Offset: 1

Views

Author

Vladeta Jovovic, Jan 04 2004

Keywords

Crossrefs

Binary matrices with distinct rows and columns, various versions: A059202, A088309, A088310, A088616, A089673, A089674, A093466, A094000, A094223, A116532, A116539, A181230, A259763

Extensions

a(6)-a(7) from Bert Dobbelaere, May 05 2025

A094223 Number of binary n X n matrices with all rows (columns) distinct, up to permutation of columns (rows).

Original entry on oeis.org

1, 2, 7, 68, 2251, 247016, 89254228, 108168781424, 451141297789858, 6625037125817801312, 348562672319990399962384, 66545827618461283102105245248, 46543235997095840080425299916917968, 120155975713532210671953821005746669185792, 1152009540439950050422144845158703009569109376384
Offset: 0

Views

Author

Goran Kilibarda and Vladeta Jovovic, May 28 2004

Keywords

Crossrefs

Main diagonal of A059584 and A059587, A060690, A088309.
Binary matrices with distinct rows and columns, various versions: A059202, A088309, A088310, A088616, A089673, A089674, A093466, A094000, A094223, A116532, A116539, A181230, A259763

Programs

  • 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}] (* Robert G. Wilson v, May 29 2004 *)
  • PARI
    a(n) = sum(k=0, n, stirling(n, k, 1)*binomial(2^k+n-1, n)); \\ Michel Marcus, Dec 17 2022

Formula

a(n) = Sum_{k=0..n} (-1)^(n-k)*Stirling1(n, k)*binomial(2^k, n).
a(n) = Sum_{k=0..n} Stirling1(n, k)*binomial(2^k+n-1, n).

Extensions

More terms from Robert G. Wilson v, May 29 2004
a(13) onwards from Andrew Howroyd, Jan 20 2024

A181231 Number of nX(n+1) binary matrices with all rows unique and all columns unique.

Original entry on oeis.org

2, 24, 1608, 483840, 595506240, 2881362718080, 53971723989630720, 3905883638351009925120, 1097181147335459123569766400, 1204583321001156830831556548812800, 5203385513364984367494095906614850764800, 88913167483454945080054825759528983277687603200
Offset: 1

Views

Author

R. H. Hardin Oct 10 2010

Keywords

Crossrefs

Subdiagonal of A181230.

Formula

a(n) = A181230(n,n+1).

Extensions

More terms from Max Alekseyev, Jun 18 2016

A181232 Number of n X (n+2) binary matrices with all rows unique and all columns unique.

Original entry on oeis.org

0, 24, 6720, 5644800, 16388749440, 172145618789760, 6709378999665162240, 988932080423985278515200, 559938250258499272920457420800, 1233183626500802426354472388092518400, 10663689261713618730124837637890877517004800
Offset: 1

Views

Author

R. H. Hardin, Oct 10 2010

Keywords

Crossrefs

Second subdiagonal of A181230.

Formula

a(n) = A181230(n,n+2).

A181233 Number of nX(n+3) binary matrices with all rows unique and all columns unique.

Original entry on oeis.org

0, 0, 20160, 57415680, 418910083200, 9841604944066560, 811677284745084979200, 246193686664597924471296000, 282802656455710907157732271104000, 1254507391643066981024665558462201036800
Offset: 1

Views

Author

R. H. Hardin Oct 10 2010

Keywords

Crossrefs

Third subdiagonal of A181230.

Formula

a(n) = A181230(n,n+3).

Extensions

More terms from Max Alekseyev, Jun 18 2016
Previous Showing 11-16 of 16 results.