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

A241371
Number of 2 X n 0..2 arrays with no element equal to fewer vertical neighbors than horizontal neighbors, with new values 0..2 introduced in row major order.
1
2, 7, 28, 121, 523, 2261, 9775, 42261, 182711, 789933, 3415199, 14765285, 63836295, 275990109, 1193216815, 5158758677, 22303399319, 96426611981, 416891226559, 1802389311557, 7792457656743, 33689944754365, 145655251212111
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = 5*a(n-1) - 2*a(n-2) - 4*a(n-3) for n>5.
Empirical g.f.: x*(1 - x - x^2)*(2 - x - 2*x^2) / (1 - 5*x + 2*x^2 + 4*x^3). - Colin Barker, Oct 30 2018
EXAMPLE
Some solutions for n=4:
..0..1..0..0....0..1..2..0....0..1..0..1....0..1..1..0....0..1..0..2
..1..2..0..0....1..0..2..0....0..1..2..1....0..1..1..0....1..0..2..1
CROSSREFS
Row 2 of A241370.
Sequence in context: A150657 A150658 A026770 * A368970 A010683 A276852
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 20 2014
STATUS
approved