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.

A078524 Numerator of volume of Birkhoff polytope of n X n doubly-stochastic square matrices.

Original entry on oeis.org

1, 2, 9, 176, 23590375, 9700106723, 77436678274508929033, 5562533838576105333259507434329, 559498129702796022246895686372766052475496691, 727291284016786420977508457990121862548823260052557333386607889
Offset: 1

Views

Author

Dean Hickerson, Nov 27 2002

Keywords

Examples

			Volumes for n=1 to 10, from Beck-Pixton (2003):
1 1
2 2
3 9/8
4 176/2835
5 23590375/167382319104
6 9700106723/1319281996032000000
7 77436678274508929033/13730296368223523839986892800000000
8 5562533838576105333259507434329/1258903626009547795008148094269333980330892800
00000000
9 559498129702796022246895686372766052475496691/9269262340995263649896514671280698429605195132920241960610847715334553600000000000000
10 727291284016786420977508457990121862548823260052557333386607889/828160860106766855125676318796872729344622463533089422677980721388055739956270293750883504892820848640000000
		

Crossrefs

Denominator is in A078525. See A037302 for more information about volume of Birkhoff polytopes.

Extensions

Entry revised by N. J. A. Sloane, Apr 16 2016

A078525 Denominator of volume of Birkhoff polytope of n X n doubly-stochastic square matrices.

Original entry on oeis.org

1, 1, 8, 2835, 167382319104, 1319281996032000000, 13730296368223523839986892800000000, 125890362600954779500814809426933398033089280000000000
Offset: 1

Views

Author

Dean Hickerson, Nov 27 2002

Keywords

Examples

			Volumes for n=1 to 10, from Beck-Pixton (2003):
1 1
2 2
3 9/8
4 176/2835
5 23590375/167382319104
6 9700106723/1319281996032000000
7 77436678274508929033/13730296368223523839986892800000000
8 5562533838576105333259507434329/1258903626009547795008148094269333980330892800
00000000
9 559498129702796022246895686372766052475496691/9269262340995263649896514671280698429605195132920241960610847715334553600000000000000
10 727291284016786420977508457990121862548823260052557333386607889/828160860106766855125676318796872729344622463533089422677980721388055739956270293750883504892820848640000000
		

Crossrefs

Numerator is in A078524. See A037302 for more information.

Extensions

Entry revised by N. J. A. Sloane, Apr 16 2016

A337650 Volume of the positive signed Birkhoff polytope BB_{+}(n).

Original entry on oeis.org

1, 4, 642, 12065248, 53480547965190
Offset: 1

Views

Author

N. J. A. Sloane, Sep 26 2020

Keywords

Crossrefs

Extensions

a(5) from Heuer and Striker added by Andrei Zabolotskii, Jul 23 2025

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.