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.

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

This page as a plain text file.
%I A264191 #7 Nov 10 2015 11:10:31
%S A264191 4,18,81,360,1600,6760,28561,120666,509796,2159850,9150625,38768400,
%T A264191 164249856,695767824,2947295521,12484841330,52886200900,224029644930,
%U A264191 949005240561,4020052555512,17029223715904,72136947419128
%N A264191 Number of (n+1)X(2+1) arrays of permutations of 0..n*3+2 with each element having index change +-(.,.) 0,0 0,2 or 2,1.
%C A264191 Column 2 of A264195.
%H A264191 R. H. Hardin, <a href="/A264191/b264191.txt">Table of n, a(n) for n = 1..210</a>
%F A264191 Empirical: a(n) = 4*a(n-1) +a(n-2) -17*a(n-4) +68*a(n-5) +17*a(n-6) +17*a(n-8) -68*a(n-9) -17*a(n-10) +a(n-12) -4*a(n-13) -a(n-14)
%e A264191 Some solutions for n=4
%e A264191 ..2..1..0....2..1..0....0..1..2....7..8..2....0..1..2....0..8..2....7..8..2
%e A264191 ..3..4..5....5.11..3....3.11..5....5.11..3....5..4..3....3..4..5....5..4..3
%e A264191 ..8..7..6....6.14..8...13.14..8...13..0..1....6..7..8...13..7..1...13..0..1
%e A264191 .11.10..9....9.10..4....9.10..4....9.10..4...11.10..9...11.10..9...11.10..9
%e A264191 .12.13.14...12.13..7...12..6..7...12..6.14...12.13.14...14..6.12...12..6.14
%Y A264191 Cf. A264195.
%K A264191 nonn
%O A264191 1,1
%A A264191 _R. H. Hardin_, Nov 07 2015