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.

A206614 Number of (n+1) X 2 0..2 arrays with every 2 X 3 or 3 X 2 subblock having no more than two equal edges, and new values 0..2 introduced in row major order.

This page as a plain text file.
%I A206614 #9 Jun 17 2018 08:10:20
%S A206614 14,86,580,4035,27895,192358,1327931,9168477,63292982,436934969,
%T A206614 3016371943,20823400074,143753294443,992394181981,6850947582710,
%U A206614 47295197965905,326500200032495,2253978967732298,15560239102262371
%N A206614 Number of (n+1) X 2 0..2 arrays with every 2 X 3 or 3 X 2 subblock having no more than two equal edges, and new values 0..2 introduced in row major order.
%C A206614 Column 1 of A206621.
%H A206614 R. H. Hardin, <a href="/A206614/b206614.txt">Table of n, a(n) for n = 1..210</a>
%F A206614 Empirical: a(n) = 7*a(n-1) - 5*a(n-2) + 36*a(n-3) - 42*a(n-4) for n>5.
%F A206614 Empirical g.f.: x*(14 - 12*x + 48*x^2 - 99*x^3 + 42*x^4) / (1 - 7*x + 5*x^2 - 36*x^3 + 42*x^4). - _Colin Barker_, Jun 17 2018
%e A206614 Some solutions for n=4:
%e A206614 ..0..0....0..0....0..0....0..0....0..0....0..1....0..0....0..1....0..0....0..0
%e A206614 ..1..2....1..1....0..1....0..1....0..1....2..2....0..1....2..0....0..1....1..2
%e A206614 ..2..1....1..2....1..2....2..0....1..2....2..1....1..2....1..2....1..2....2..1
%e A206614 ..2..2....2..0....0..2....2..2....0..2....0..2....2..2....2..0....1..1....2..0
%e A206614 ..1..0....1..1....0..1....0..0....2..0....2..2....2..1....0..1....2..0....2..1
%Y A206614 Cf. A206621.
%K A206614 nonn
%O A206614 1,1
%A A206614 _R. H. Hardin_, Feb 10 2012