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

A232296
Number of 2Xn 0..2 arrays with every 0 next to a 1 and every 1 next to a 2 horizontally or antidiagonally
1
1, 15, 97, 587, 3615, 22387, 138505, 856719, 5299373, 32780447, 202770557, 1254280765, 7758622663, 47992624925, 296868677731, 1836344895365, 11359105312193, 70264182844421, 434634177177689, 2688522947592119
OFFSET
1,2
COMMENTS
Row 2 of A232295
LINKS
FORMULA
Empirical: a(n) = 6*a(n-1) -a(n-2) +13*a(n-3) +2*a(n-4) -a(n-5) +a(n-6) -14*a(n-7) -2*a(n-8) +5*a(n-9).
Empirical: G.f.: -x*(1+9*x+8*x^2+7*x^3-7*x^4-6*x^5-13*x^6+3*x^7+5*x^8) / ( (5*x^6 +8*x^5 -3*x^4 -8*x^3 -6*x^2 -5*x+1)*(x^3 -2*x^2 +x-1) ). - R. J. Mathar, Nov 27 2013
EXAMPLE
Some solutions for n=7
..1..2..1..1..1..2..0....1..2..2..1..1..2..1....1..2..2..2..1..1..2
..2..0..2..0..2..1..0....0..1..0..1..2..0..2....0..1..2..1..2..2..2
CROSSREFS
Sequence in context: A296538 A298105 A283168 * A278203 A159528 A108681
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 22 2013
STATUS
approved