login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014235 Number of n X n matrices with entries 0 and 1 and no 2 X 2 submatrix of form [ 1 1; 1 0 ]. 2
1, 2, 12, 128, 2100, 48032, 1444212, 54763088, 2540607060, 140893490432, 9170099291892, 690117597121328, 59318536757456340, 5763381455631211232, 627402010180980401652, 75942075645205885599248 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

sci.math articles 32F8AC4B.90F(AT)cs.tamu.edu (Wenyi - Feng w0f0950(AT)cs.tamu.edu), 5dbci9$85u$1(AT)nntp.ucs.ubc.ca (Robert Israel israel(AT)math.ubc.ca).

LINKS

Hyeong-Kwan Ju, Seunghyun Seo, Enumeration of 0/1-matrices avoiding some 2x2 matrices, arXiv:1107.1299.

FORMULA

a(n) = sum(k! * stirling2(n+1, k+1)^2, k = 0 .. n);

MATHEMATICA

Table[Sum[StirlingS2[n+1, k+1]^2k!, {k, 0, n}], {n, 0, 100}] (* Emanuele Munarini, Jul 04 2011 *)

PROG

(Maxima) makelist(sum(stirling2(n+1, k+1)^2*k!, k, 0, n), n, 0, 24); - Emanuele Munarini, Jul 04 2011

CROSSREFS

Cf. A023997, A111420.

Sequence in context: A003712 A143136 A097629 * A098628 A123553 A079199

Adjacent sequences:  A014232 A014233 A014234 * A014236 A014237 A014238

KEYWORD

nonn

AUTHOR

Robert Israel (israel(AT)math.ubc.ca)

EXTENSIONS

a(0)=1 added by Emanuele Munarini, Jul 04 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.