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.

A252871 Number of nX3 nonnegative integer arrays with upper left 0 and lower right n+3-4 and value increasing by 0 or 1 with every step right or down.

Original entry on oeis.org

1, 8, 44, 153, 413, 949, 1948, 3676, 6497, 10894, 17492, 27083, 40653, 59411, 84820, 118630, 162913, 220100, 293020, 384941, 499613, 641313, 814892, 1025824, 1280257, 1585066, 1947908, 2377279, 2882573, 3474143, 4163364, 4962698, 5885761, 6947392
Offset: 1

Views

Author

R. H. Hardin, Dec 24 2014

Keywords

Comments

Column 3 of A252876

Examples

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

Formula

Empirical: a(n) = (1/360)*n^6 + (1/20)*n^5 + (5/18)*n^4 + (1/3)*n^3 + (79/360)*n^2 - (113/60)*n + 2.
Empirical: G.f.: -x*(1+x+9*x^2-22*x^3+21*x^4-10*x^5+2*x^6) / (x-1)^7. - R. J. Mathar, Nov 23 2015