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.

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

This page as a plain text file.
%I A263965 #6 Nov 10 2015 10:25:48
%S A263965 4,20,108,465,2265,10920,52752,253176,1221305,5885873,28368956,
%T A263965 136712788,658952404,3175970497,15307435585,73778034832,355593913600,
%U A263965 1713880597360,8260513454657,39813787812289,191893397639092,924882430123988
%N A263965 Number of (1+1)X(n+1) arrays of permutations of 0..n*2+1 with each element having index change (+-,+-) 0,0 1,1 or 1,2.
%C A263965 Row 1 of A263964.
%H A263965 R. H. Hardin, <a href="/A263965/b263965.txt">Table of n, a(n) for n = 1..210</a>
%F A263965 Empirical: a(n) = 5*a(n-1) +7*a(n-4) -140*a(n-5) +33*a(n-6) -4*a(n-7) +95*a(n-8) +792*a(n-9) +41*a(n-10) -41*a(n-12) -792*a(n-13) -95*a(n-14) +4*a(n-15) -33*a(n-16) +140*a(n-17) -7*a(n-18) -5*a(n-21) +a(n-22)
%e A263965 Some solutions for n=4
%e A263965 ..6..1..9..7..8....0..1..2..6..7....6..8..9..7..4....0..7..5..6..4
%e A263965 ..5..0..3..4..2....5..3..4..8..9....5..2..0..1..3....2..3..1..8..9
%Y A263965 Cf. A263964.
%K A263965 nonn
%O A263965 1,1
%A A263965 _R. H. Hardin_, Oct 30 2015