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”).

A183596
1/6 the number of (n+1) X 3 0..2 arrays with every 2 X 2 subblock containing all three values.
1
27, 204, 1479, 10797, 78729, 574185, 4187499, 30539367, 222722937, 1624313781, 11846086563, 86393262903, 630064268913, 4595045605149, 33511572001131, 244399197416799, 1782398262186441, 12998993444433333, 94801388754240819
OFFSET
1,1
COMMENTS
Column 2 of A183603.
LINKS
FORMULA
Empirical: a(n) = 8*a(n-1) - 3*a(n-2) - 16*a(n-3) + 2*a(n-4).
Empirical g.f.: 3*x*(9 - 4*x - 24*x^2 + 3*x^3) / (1 - 8*x + 3*x^2 + 16*x^3 - 2*x^4). - Colin Barker, Mar 30 2018
EXAMPLE
Some solutions with a(1,1)=0 for 5 X 3:
..0..2..1....0..2..1....0..0..2....0..0..2....0..2..0....0..2..0....0..1..2
..0..1..0....1..0..1....2..1..1....2..1..0....1..2..1....0..1..0....0..2..0
..1..2..2....1..2..0....1..0..2....0..1..2....2..0..0....1..2..1....1..2..1
..0..1..0....0..2..1....2..0..1....2..0..1....1..2..1....2..0..2....1..0..1
..0..2..2....1..1..0....2..1..2....1..2..1....0..1..0....1..1..2....0..2..1
CROSSREFS
Cf. A183603.
Sequence in context: A216108 A216110 A216112 * A033544 A224874 A125111
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 05 2011
STATUS
approved