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.

A223994 Number of nX3 0..2 arrays with antidiagonals unimodal and rows and diagonals nondecreasing.

Original entry on oeis.org

10, 76, 476, 2980, 18672, 117386, 739672, 4664776, 29428242, 185670484, 1171477424, 7391425016, 46636189140, 294251036912, 1856576835280, 11714070469768, 73909919072136, 466334575535548, 2942337620960936
Offset: 1

Views

Author

R. H. Hardin Mar 30 2013

Keywords

Comments

Column 3 of A223999

Examples

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

Formula

Empirical: a(n) = 10*a(n-1) -24*a(n-2) -2*a(n-3) +30*a(n-4) +96*a(n-5) -150*a(n-6) -108*a(n-7) +48*a(n-8) +270*a(n-9)