login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131237 Number of n X (n+1) matrices with nonnegative integer entries and every row and column sum <= 2. 2
1, 6, 79, 1837, 66021, 3374176, 231848191, 20570267229, 2285620096717, 310524073877026, 50598503336716611, 9732804817777566361, 2180831456691952213969, 562835395375423511668692, 165687992856606963112408291, 55166524646338775672718351481, 20620925283916296038124156761241 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
R. P. Stanley, Enumerative Combinatorics, Cambridge, Vol. 2, 1999; see Problem 5.65(a).
LINKS
MAPLE
A131237 := proc(n)
exp((x*y*(3-x*y)/2+(x+y)*(2-x*y)/2)/(1-x*y))/sqrt(1-x*y) ;
coeftayl(%, y=0, n+1) ;
coeftayl(%, x=0, n) ;
%*(n+1)!*n! ;
simplify(%) ;
end proc: # R. J. Mathar, Sep 30 2011
CROSSREFS
Sequence in context: A123796 A184553 A129524 * A024082 A132547 A248530
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Jun 20 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 11:40 EDT 2024. Contains 371936 sequences. (Running on oeis4.)