|
Search: id:A048291
|
|
|
| A048291 |
|
Number of {0,1} n X n matrices with no zero rows or columns. |
|
+0 12
|
|
| 1, 1, 7, 265, 41503, 24997921, 57366997447, 505874809287625, 17343602252913832063, 2334958727565749108488321, 1243237913592275536716800402887, 2630119877024657776969635243647463625
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
Number of relations on n labeled points such that for every point x there exists y and z such that xRy and zRx.
|
|
REFERENCES
|
Posting to sci.math.research from bdm(AT)cs.anu.edu.au (Brendan McKay), Jun 14 1999.
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=0..32
|
|
FORMULA
|
Sum over s=0..n of binomial(n, s)*(-1)^s*2^((n-s)*n)*(1-2^(-n+s))^n.
E.g.f.: Sum((2^n-1)^n*exp((1-2^n)*x)*x^n/n!,n=0..infinity). a(n) = Sum(Sum((-1)^(i+j)*binomial(n,i)*binomial(n,j)*2^(i*j),j = 0 .. n),i = 0 .. n). - Vladeta Jovovic (vladeta(AT)eunet.rs), Feb 23 2008
|
|
PROGRAM
|
(PARI) a(n)=sum(k=0, n, binomial(n, k)*(-1)^k*(2^(n-k)-1)^n)
|
|
CROSSREFS
|
Cf. A054976.
Cf. A055601, A055599, A104601, A086193, A086206.
Sequence in context: A130741 A003385 A129423 this_sequence A015089 A069449 A140031
Adjacent sequences: A048288 A048289 A048290 this_sequence A048292 A048293 A048294
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
Joe Keane (jgk(AT)jgk.org)
|
|
|
Search completed in 0.002 seconds
|