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-3 of 3 results.

A223882 Number of n X 2 0..2 arrays with row sums unimodal and column sums inverted unimodal.

Original entry on oeis.org

9, 81, 564, 3298, 17048, 80412, 353485, 1469903, 5845411, 22414731, 83409546, 302722400, 1075880306, 3756503134, 12919764299, 43865509013, 147290172421, 489846413077, 1615582428816, 5289834522606, 17210293320924, 55679866275376
Offset: 1

Views

Author

R. H. Hardin, Mar 28 2013

Keywords

Comments

Column 2 of A223885.

Examples

			Some examples for n=3:
..0..1....0..0....1..1....0..1....0..0....1..2....0..0....0..1....0..2....2..2
..0..2....1..2....2..2....2..0....1..0....2..2....0..0....0..2....2..2....0..2
..2..0....2..2....0..0....1..1....1..2....0..2....0..0....1..1....1..1....0..1
		

Crossrefs

Cf. A223885.

Formula

Empirical: a(n) = 17*a(n-1) - 126*a(n-2) + 534*a(n-3) - 1425*a(n-4) + 2481*a(n-5) - 2816*a(n-6) + 2008*a(n-7) - 816*a(n-8) + 144*a(n-9).
Empirical g.f.: x*(9 - 72*x + 321*x^2 - 890*x^3 + 1617*x^4 - 1936*x^5 + 1480*x^6 - 672*x^7 + 144*x^8) / ((1 - x)^3*(1 - 2*x)^4*(1 - 3*x)^2). - Colin Barker, Aug 24 2018

A223883 Number of nX3 0..2 arrays with row sums unimodal and column sums inverted unimodal.

Original entry on oeis.org

22, 564, 11250, 187019, 2718572, 35673854, 431939504, 4901224903, 52724142720, 542458862253, 5374667759935, 51561822161831, 481068900940649, 4380767665324085, 39052633428110362, 341657170980967653
Offset: 1

Views

Author

R. H. Hardin Mar 28 2013

Keywords

Comments

Column 3 of A223885

Examples

			Some solutions for n=3
..1..2..0....1..0..1....1..1..1....0..1..0....1..0..2....1..2..1....1..0..2
..1..1..1....1..1..0....0..2..2....1..2..1....2..1..0....2..0..1....1..2..0
..2..1..0....0..0..1....1..0..2....2..0..1....1..0..2....1..2..0....0..1..2
		

A223884 Number of nX4 0..2 arrays with row sums unimodal and column sums inverted unimodal.

Original entry on oeis.org

46, 3298, 187019, 8872648, 367614623, 13705619321, 469700382368, 15028355082420, 454196578645090, 13083963708689100, 361818451966460877, 9660123785787286044, 250171942122628486761, 6308537121431695167897
Offset: 1

Views

Author

R. H. Hardin Mar 28 2013

Keywords

Comments

Column 4 of A223885

Examples

			Some solutions for n=3
..1..1..0..1....0..0..0..1....1..1..1..2....0..0..1..2....0..2..2..1
..1..1..2..2....0..0..0..2....2..1..2..2....1..2..1..1....0..2..2..1
..1..1..2..2....1..1..1..2....0..1..2..1....2..2..2..2....0..0..0..2
		
Showing 1-3 of 3 results.