|
|
A189348
|
|
Number of n X 2 array permutations with each element moving one space diagonally, horizontally or vertically.
|
|
1
|
|
|
1, 4, 13, 45, 160, 565, 2005, 7108, 25209, 89401, 317056, 1124425, 3987721, 14142276, 50154949, 177872293, 630816160, 2237161405, 7933993245, 28137553540, 99788579953, 353895752689, 1255075518976, 4451069407761, 15785519335825
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,2
|
|
COMMENTS
|
Column 2 of A189355.
|
|
LINKS
|
R. H. Hardin, Table of n, a(n) for n = 1..200
|
|
FORMULA
|
Empirical: a(n) = 3*a(n-1) +3*a(n-2) -3*a(n-3) -3*a(n-4) +a(n-5).
Empirical g.f.: x*(1 + x - 2*x^2 - 3*x^3 + x^4) / ((1 - x)*(1 - 2*x - 5*x^2 - 2*x^3 + x^4)). - Colin Barker, May 02 2018
|
|
EXAMPLE
|
Some solutions for 3 X 2:
..1..3....2..0....3..0....1..0....1..0....3..0....1..0....1..3....1..3....1..0
..0..5....3..1....5..1....4..5....3..5....4..1....4..2....5..0....0..2....3..2
..2..4....5..4....2..4....2..3....2..4....5..2....5..3....2..4....5..4....5..4
|
|
CROSSREFS
|
Cf. A189355.
Sequence in context: A320652 A203573 A214997 * A165205 A149431 A149432
Adjacent sequences: A189345 A189346 A189347 * A189349 A189350 A189351
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
R. H. Hardin, Apr 20 2011
|
|
STATUS
|
approved
|
|
|
|