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.

A264166 Number of (n+1) X (1+1) arrays of permutations of 0..n*2+1 with each element having directed index change 0,0 0,1 1,0 -2,-1 or -1,-2.

Original entry on oeis.org

1, 4, 8, 16, 33, 69, 145, 300, 624, 1300, 2705, 5629, 11713, 24376, 50728, 105564, 219681, 457161, 951361, 1979800, 4120000, 8573800, 17842241, 37130041, 77268321, 160796844, 334621288, 696353256, 1449124353, 3015655309, 6275635985
Offset: 1

Views

Author

R. H. Hardin, Nov 06 2015

Keywords

Comments

Column 1 of A264172.

Examples

			Some solutions for n=4:
..5..1....0..1....0..1....0..1....5..0....0..1....5..0....5..1....5..0....0..1
..0..2....2..3....7..3....7..2....2..1....7..3....7..1....0..3....2..1....2..3
..4..3....9..5....2..4....9..3....4..3....2..5....2..3....2..4....9..3....4..5
..6..7....4..7....6..5....4..5....6..7....4..6....4..6....6..7....4..7....6..7
..8..9....6..8....8..9....6..8....8..9....8..9....8..9....8..9....6..8....8..9
		

Crossrefs

Cf. A264172.

Formula

Empirical: a(n) = a(n-1) + a(n-2) + 2*a(n-3) + a(n-4) + a(n-5) -a(n-6).
Empirical g.f.: x*(1 + x)*(1 + 2*x + x^2 + x^3 - x^4) / ((1 + x^2)*(1 - x - 2*x^2 - x^3 + x^4)). - Colin Barker, Feb 25 2018