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.

A250741 Number of (n+1) X (7+1) 0..1 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nonincreasing x(i,j)-x(i-1,j) in the j direction.

Original entry on oeis.org

258, 262, 270, 286, 318, 382, 510, 766, 1278, 2302, 4350, 8446, 16638, 33022, 65790, 131326, 262398, 524542, 1048830, 2097406, 4194558, 8388862, 16777470, 33554686, 67109118, 134217982, 268435710, 536871166, 1073742078, 2147483902, 4294967550, 8589934846, 17179869438
Offset: 1

Views

Author

R. H. Hardin, Nov 27 2014

Keywords

Examples

			Some solutions for n=4:
..0..0..0..0..0..0..0..0....0..0..0..0..0..0..0..0....1..0..0..1..0..1..1..0
..1..1..1..1..1..1..1..1....1..1..1..1..1..1..1..1....1..0..0..1..0..1..1..0
..1..1..1..1..1..1..1..1....1..1..1..1..1..1..1..1....1..0..0..1..0..1..1..0
..1..1..1..1..1..1..1..1....0..0..0..0..0..0..0..0....1..0..0..1..0..1..1..0
..0..0..0..0..0..0..0..0....1..1..1..1..1..1..1..1....1..0..0..1..0..1..1..0
		

Crossrefs

Column 7 of A250742.

Formula

Empirical: a(n) = 3*a(n-1) - 2*a(n-2); a(n) = 2^(n+1) + 254.
Empirical g.f.: 2*x*(129 - 256*x) / ((1 - x)*(1 - 2*x)). - Colin Barker, Nov 17 2018