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

A231247
Number of 2 X n 0..3 arrays x(i,j) with each element horizontally, diagonally or antidiagonally next to at least one element with value (x(i,j)+1) mod 4, no adjacent elements equal, and upper left element zero.
1
0, 2, 14, 44, 146, 572, 2258, 8660, 33026, 126476, 485138, 1859972, 7128386, 27320636, 104717714, 401375924, 1538429186, 5896613228, 22601043602, 86627271908, 332032579394, 1272643303580, 4877897825810, 18696431115284
OFFSET
1,2
LINKS
FORMULA
Empirical: a(n) = 4*a(n-1) - 3*a(n-2) + 8*a(n-3) + 4*a(n-4) for n>5.
Empirical g.f.: 2*x^2*(1 + 3*x - 3*x^2 - 2*x^3) / (1 - 4*x + 3*x^2 - 8*x^3 - 4*x^4). - Colin Barker, Sep 27 2018
EXAMPLE
Some solutions for n=4:
..0..1..0..1....0..1..2..3....0..1..0..1....0..3..0..3....0..3..0..3
..2..3..2..1....0..1..0..3....0..3..2..3....2..1..0..3....2..1..2..1
CROSSREFS
Row 2 of A231246.
Sequence in context: A212902 A091405 A085929 * A318764 A036659 A079937
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 06 2013
STATUS
approved