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

A232956
Number of 2 X n 0..3 arrays with no element x(i,j) adjacent to value 3-x(i,j) horizontally, diagonally or antidiagonally, and top left element zero.
1
4, 21, 129, 771, 4629, 27771, 166629, 999771, 5998629, 35991771, 215950629, 1295703771, 7774222629, 46645335771, 279872014629, 1679232087771, 10075392526629, 60452355159771, 362714130958629, 2176284785751771
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = 5*a(n-1) + 6*a(n-2).
Conjectures from Colin Barker, Oct 06 2018: (Start)
G.f.: x*(4 + x) / ((1 + x)*(1 - 6*x)).
a(n) = (25*6^n - 18) / 42 for n even.
a(n) = (25*6^n + 18) / 42 for n odd.
(End)
EXAMPLE
Some solutions for n=5:
..0..1..0..2..3....0..0..0..0..1....0..0..0..1..0....0..1..1..1..0
..3..2..0..2..2....0..1..1..0..2....0..0..1..1..0....0..0..0..1..0
CROSSREFS
Row 2 of A232955.
Sequence in context: A293192 A300674 A371430 * A234268 A111177 A141052
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 02 2013
STATUS
approved