login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A264251
Number of (n+1) X (2+1) arrays of permutations of 0..n*3+2 with each element having directed index change 0,1 0,-1 0,2 1,0 or -1,0.
1
10, 33, 180, 760, 3653, 16401, 76330, 348480, 1607429, 7373520, 33925033, 155833327, 716445000, 3292287537, 15133013897, 69549148120, 319662372941, 1469173559040, 6752499229970, 31034919432791, 142639437485117
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = a(n-1) + 16*a(n-2) + 9*a(n-3) - 29*a(n-4) - 9*a(n-5) + 16*a(n-6) - a(n-7) - a(n-8).
Empirical g.f.: x*(1 - x)*(10 + 33*x + 20*x^2 - 18*x^3 - 12*x^4 + 3*x^5 + x^6) / (1 - x - 16*x^2 - 9*x^3 + 29*x^4 + 9*x^5 - 16*x^6 + x^7 + x^8). - Colin Barker, Jan 06 2019
EXAMPLE
Some solutions for n=4:
..3..2..5....3..4..5....1..2..0....3..2..5....1..0..5....1..2..0....1..0..5
..0..1..4....0..1..2....6..3..4....0..1..4....6..3..2....6..5..4....4..3..2
..9..8..6....9.10..7....7..8..5....7.10.11....7..4.11....3..8.11....7..8..6
.12..7.14....6.11..8...12.11.14....6..9..8...10..9..8...12..7.14...12..9.14
.13.10.11...13.14.12....9.10.13...13.14.12...13.14.12....9.10.13...13.10.11
CROSSREFS
Column 2 of A264257.
Sequence in context: A211033 A020479 A219818 * A140866 A219848 A320565
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 09 2015
STATUS
approved