Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A086193
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A086193 Number of n X n matrices with entries in {0,1} with no zero row, no zero column and with zero main diagonal. +0
5
0, 1, 18, 1699, 592260, 754179301, 3562635108438, 63770601591579079, 4405870283636411477640, 1190873924687350003735546441, 1270602397076493907445608866890778, 5381240610642043789096251476993474339179 (list; graph; listen)
OFFSET

1,3

COMMENT

Also the number of simple labeled digraphs on n nodes for which every vertex has indegree at least one and outdegree at least one.

FORMULA

a(n) = sum( (-1)^(n-r)*binomial(n, r)*(2^(r-1)-1)^r*(2^r-1)^(n-r), r=0..n ). - Vladeta Jovovic (vladeta(AT)Eunet.yu), Aug 27 2003

a(n) = sum( f(n, r), r=0..n ) where f(n, r) = binomial(n, r) (-1)^r (1-2^(-n+r+1))^(n-r) (1-2^(-n+r))^r 2^((n-r)(n-1))

E.g.f.: Sum((2^(n-1)-1)^n*exp((1-2^n)*x)*x^n/n!,n=0..infinity). - Vladeta Jovovic (vladeta(AT)Eunet.yu), Feb 23 2008

MATHEMATICA

Table[ it = (Partition[ #1, n ] &) /@ IntegerDigits[ Range[ 0, -1 + 2^n^2 ], 2, n^2 ]; Count[ it, (q_)?MatrixQ /; Tr[ q ] === 0 && (Times @@ (Plus @@@ q)) > 0 && (Times @@ (Plus @@@ Transpose[ q ]) > 0) ], {n, 1, 4} ]

CROSSREFS

Sequence in context: A064564 A003030 A086366 this_sequence A064347 A067303 A055740

Adjacent sequences: A086190 A086191 A086192 this_sequence A086194 A086195 A086196

KEYWORD

nonn

AUTHOR

Edwin Clark (eclark(AT)math.usf.edu), Aug 25 2003

EXTENSIONS

Mathematica program from Wouter Meeussen (wouter.meeussen(AT)pandora.be), Aug 25 2003; formula and more terms from Brendan McKay, Aug 27, 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 21 14:49 EST 2008. Contains 150807 sequences.


AT&T Labs Research