cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-4 of 4 results.

A058392 Number of 6 X 6 matrices with nonnegative integer entries and all row sums equal to n, up to row and column permutation.

Original entry on oeis.org

1, 11, 782, 96073, 9283247, 537001197, 19578605324, 487615778173, 8892272235593, 125319645293555, 1423054983691408, 13451239365449764, 108603794657349271, 764673059329865921, 4775254548845993462, 26820549989969591853, 137072193873357150230, 643738505766475169048
Offset: 0

Views

Author

Vladeta Jovovic, Nov 24 2000

Keywords

Crossrefs

Programs

Extensions

Terms a(15) and beyond from Andrew Howroyd, Sep 05 2018

A003439 Number of 6 X 6 stochastic matrices of integers: all rows and columns sum to n.

Original entry on oeis.org

1, 720, 202410, 20933840, 1047649905, 30767936616, 602351808741, 8575979362560, 94459713879600, 842286559093240, 6292583664553881, 40447642842118656, 228438173705550566, 1152877640765297760, 5271278793334883190, 22085628572718605376, 85604721304213863531
Offset: 0

Views

Author

Keywords

References

  • Matthias Beck and Dennis Pixton, The Ehrhart Polynomial of the Birkhoff Polytope, Discrete & Computational Geometry, 30(4)(2003), 623-637.
  • 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.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Row n=6 of A257493.
Cf. A005467.

Formula

a(n) = Sum_{j=0..10} A005467(j) * binomial(5+j+n, 5+2*j). - Andrew Howroyd, Apr 09 2020

Extensions

More terms from Melissa Erdmann (merdmann(AT)nebrwesleyan.edu), May 07 2009
Offset changed to 0 by Alois P. Heinz, Apr 26 2015
Name clarified by Charles R Greathouse IV, Mar 03 2018

A005466 5 X 5 stochastic matrices of integers.

Original entry on oeis.org

1, 115, 5390, 101275, 858650, 3309025, 4718075
Offset: 0

Views

Author

Keywords

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
  • 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.

Crossrefs

A259473 Irregular triangle read by rows of coefficients arising in the enumeration of doubly stochastic matrices of integers, n >= 1, 0 <= k <= (n-1)*(n-2).

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 14, 87, 148, 87, 14, 1, 1, 103, 4306, 63110, 388615, 1115068, 1575669, 1115068, 388615, 63110, 4306, 103, 1, 1, 694, 184015, 15902580, 567296265, 9816969306, 91422589980, 490333468494, 1583419977390, 3166404385990, 3982599815746, 3166404385990
Offset: 1

Views

Author

N. J. A. Sloane, Jul 03 2015

Keywords

Comments

The n-th row of A257493 is a polynomial of degree (n-1)^2. This triangle gives the coefficients of the numerator of the generating functions for A257493 with denominators being (1-x)^(1+(n-1)^2). - Andrew Howroyd, Apr 11 2020

Examples

			Triangle begins:
  1;
  1;
  1,1,1;
  1,14,87,148,87,14,1;
  1,103,4306,63110,388615,1115068,1575669,1115068,388615,63110,4306,103,1;
  ...
		

Crossrefs

Row sums are A037302.

Formula

T(n,k) = Sum_{i=0..k} A257493(n, k-i)*(-1)^i*binomial(1+(n-1)^2,i). - Andrew Howroyd, Apr 11 2020

Extensions

a(1)=1 prepended and terms a(26) and beyond from Andrew Howroyd, Apr 11 2020
Showing 1-4 of 4 results.