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

A230970
Number of (n+2) X (1+2) 0..3 arrays x(i,j) with each element 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, 16, 64, 256, 1344, 7056, 34944, 173056, 866944, 4343056, 21706944, 108493056, 542506944, 2712743056, 13563506944, 67816493056, 339083506944, 1695422743056, 8477108506944, 42385516493056, 211927608506944, 1059638172743056
OFFSET
1,2
LINKS
FORMULA
Empirical: a(n) = 4*a(n-1) + 20*a(n-3) + 25*a(n-4).
Empirical g.f.: 16*x^2 / ((1 + x)*(1 - 5*x)*(1 + 5*x^2)). - Colin Barker, Sep 25 2018
EXAMPLE
Some solutions for n=2:
..0..1..0....0..0..0....0..2..0....0..3..0....0..0..0....0..3..0....0..2..0
..0..1..2....3..1..1....1..1..3....2..1..0....3..1..1....0..1..2....3..1..1
..2..3..0....0..2..2....2..0..0....0..1..2....2..2..0....0..1..2....0..0..2
..2..3..2....1..3..1....3..3..3....0..3..0....1..3..1....0..3..0....3..3..3
CROSSREFS
Column 1 of A230977.
Sequence in context: A375573 A255661 A073718 * A352738 A061449 A168091
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 02 2013
STATUS
approved