Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A088309

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Number of equivalence classes of n X n (0,1)-matrices with all rows distinct and all columns distinct.
(history; published version)
#21 by Michael De Vlieger at Sat Dec 17 08:26:03 EST 2022
STATUS

reviewed

approved

#20 by Joerg Arndt at Sat Dec 17 03:04:15 EST 2022
STATUS

proposed

reviewed

#19 by Michel Marcus at Fri Dec 16 01:41:05 EST 2022
STATUS

editing

proposed

#18 by Michel Marcus at Fri Dec 16 01:41:00 EST 2022
PROG

(PARI) a(n) = sum(k=0, n, stirling(n, k, 1)*binomial(2^k, n)); \\ Michel Marcus, Dec 16 2022

#17 by Michel Marcus at Fri Dec 16 01:39:24 EST 2022
FORMULA

a(n) = Sum_{k=0..n} Stirling1(n, k)*binomial(2^k, n). - Vladeta Jovovic, Nov 07 2003

#16 by Michel Marcus at Fri Dec 16 01:39:01 EST 2022
REFERENCES

G. Kilibarda and Vladeta Jovovic, "Enumeration of some classes of T_0-hypergraphs", in preparation, 2004.

LINKS

G. Kilibarda and V. Jovovic, <a href="https://arxiv.org/abs/1411.4187">Enumeration of some classes of T_0-hypergraphs</a>, arXiv:1411.4187 [math.CO], 2014.

STATUS

proposed

editing

#15 by G. C. Greubel at Fri Dec 16 01:07:11 EST 2022
STATUS

editing

proposed

#14 by G. C. Greubel at Fri Dec 16 01:07:05 EST 2022
LINKS

G. C. Greubel, <a href="/A088309/b088309.txt">Table of n, a(n) for n = 0..59</a>

MATHEMATICA

A088309[n_]:= A088309[n]=Sum[Binomial[2^j, n]*StirlingS1[n, j], {j, 0, n}];

Table[A088309[n], {n, 0, 30}] (* G. C. Greubel, Dec 15 2022 *)

PROG

(Magma)

A088309:= func< n | (&+[Binomial(2^k, n)*StirlingFirst(n, k): k in [0..n]]) >;

[A088309(n): n in [0..30]]; // G. C. Greubel, Dec 15 2022

(SageMath)

@CachedFunction

def A088309(n): return (-1)^n*sum((-1)^k*binomial(2^k, n)*stirling_number1(n, k) for k in (0..n))

[A088309(n) for n in range(31)] # G. C. Greubel, Dec 15 2022

CROSSREFS

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

STATUS

approved

editing

#13 by N. J. A. Sloane at Thu Mar 08 18:46:15 EST 2018
STATUS

editing

approved

#12 by N. J. A. Sloane at Thu Mar 08 18:46:13 EST 2018
CROSSREFS

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

STATUS

approved

editing