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!)
A001496 Number of 4 X 4 matrices with nonnegative integer entries and row and column sums equal to n.
(Formerly M5158 N2240)
20
1, 24, 282, 2008, 10147, 40176, 132724, 381424, 981541, 2309384, 5045326, 10356424, 20158151, 37478624, 66952936, 115479776, 193077449, 313981688, 498033282, 772409528, 1173759851, 1750812624, 2567527260, 3706873040 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Number of 4 X 4 stochastic matrices of integers.
REFERENCES
L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 124, #25, Q(4,r).
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
R. P. Stanley, Enumerative Combinatorics, Wadsworth, Vol. 1, 1986, pages 233-234.
M. L. Stein and P. R. Stein, Enumeration of Stochastic Matrices with Integer Elements. Report LA-4434, Los Alamos Scientific Laboratory of the University of California, Los Alamos, NM, Jun 1970.
LINKS
A. G. Bell, Partitioning integers in n dimensions, The Computer Journal, 13 (1970), 278-283.
Brian Conrey and Alex Gamburd, Pseudomoments of the Riemann zeta-function and pseudomagic squares, Journal of Number Theory, Volume 117, Issue 2, April 2006, Pages 263-278.
I. J. Good, On the application of symmetric Dirichlet distributions and contingency tables, pp. 1178-1179. (Annotated scanned copy)
D. M. Jackson and G. H. J. van Rees, The enumeration of generalized double stochastic nonnegative integer square matrices, SIAM J. Comput., 4 (1975), 474-477.
D. M. Jackson & G. H. J. van Rees, The enumeration of generalized double stochastic nonnegative integer square matrices, SIAM J. Comput., 4.4 (1975), 474-477. (Annotated scanned copy)
M. L. Stein and P. R. Stein, Enumeration of Stochastic Matrices with Integer Elements, Report LA-4434, Los Alamos Scientific Laboratory of the University of California, Los Alamos, NM, Jun 1970. [Annotated scanned copy]
J. N. van Rijn, F. W. Takes, J. K. Vis, Computing and Predicting Winning Hands in the Trick-Taking Game of Klaverjas, 30th Benelux Conference on Artificial Intelligence (BNAIC 2018), 's-Hertogenbosch, the Netherlands.
Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
FORMULA
G.f.: (1+14*x+87*x^2+148*x^3+87*x^4+14*x^5+x^6)/(1-x)^10.
a(n) = binomial(n + 3, 3) + 20*binomial(n + 4, 5) + 152*binomial(n + 5, 7) + 352*binomial(n + 6, 9). [Equivalent to a formula given by Bell].
MATHEMATICA
CoefficientList[Series[(1 + 14*x + 87*x^2 + 148*x^3 + 87*x^4 + 14*x^5 + x^6)/(1 - x)^10, {x, 0, 30}], x] (* Wesley Ivan Hurt, Jan 24 2017 *)
LinearRecurrence[{10, -45, 120, -210, 252, -210, 120, -45, 10, -1}, {1, 24, 282, 2008, 10147, 40176, 132724, 381424, 981541, 2309384}, 30] (* Harvey P. Dale, Jul 12 2017 *)
PROG
(PARI) x='x+O('x^99); Vec((1+14*x+87*x^2+148*x^3+87*x^4+14*x^5+x^6)/(1-x)^10) \\ Altug Alkan, Apr 17 2016
CROSSREFS
See A002721 for a 3-dimensional analog.
Row n=4 of A257493.
Sequence in context: A097340 A222156 A297604 * A055754 A297082 A282154
KEYWORD
nonn,easy,nice
AUTHOR
EXTENSIONS
More terms from Vladeta Jovovic, Feb 06 2000
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 March 19 01:57 EDT 2024. Contains 370952 sequences. (Running on oeis4.)