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

A231909
Number of 2 X n 0..2 arrays with no element having a strict majority of its horizontal, diagonal and antidiagonal neighbors equal to itself plus one mod 3, with upper left element zero (rock paper and scissors drawn positions).
1
3, 17, 137, 948, 6975, 50323, 366170, 2657785, 19313547, 140303704, 1019402743, 7406378807, 53811580170, 390970164997, 2840618194879, 20638678936360, 149951606887643, 1089482683574507, 7915704422510418, 57512044237312433
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = 9*a(n-1) - 5*a(n-2) - 66*a(n-3) + 78*a(n-4) + 4*a(n-5) - 16*a(n-6).
Empirical g.f.: x*(3 - 10*x - x^2 - 2*x^3 + 16*x^4 - 8*x^5) / (1 - 9*x + 5*x^2 + 66*x^3 - 78*x^4 - 4*x^5 + 16*x^6). - Colin Barker, Oct 01 2018
EXAMPLE
Some solutions for n=7:
..0..1..2..2..0..0..0....0..0..1..2..2..0..2....0..2..2..2..0..2..1
..0..2..2..0..1..1..2....0..1..2..0..1..2..2....0..0..1..1..0..0..2
CROSSREFS
Row 2 of A231908.
Sequence in context: A006290 A060003 A350736 * A331688 A286896 A244432
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 15 2013
STATUS
approved