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

A203366
Number of n X 3 0..2 arrays with every 1 immediately preceded by 0 to the left or above, and every 2 immediately preceded by both a 1 and a 0.
1
3, 30, 206, 1570, 11541, 85932, 636912, 4728287, 35081894, 260344178, 1931891935, 14336007171, 106382441959, 789428803920, 5858083254752, 43470863287881, 322582598884187, 2393776652484473, 17763408799398613, 131816263437678307
OFFSET
1,1
COMMENTS
Column 3 of A203371.
LINKS
FORMULA
Empirical: a(n) = 3*a(n-1) +26*a(n-2) +44*a(n-3) +45*a(n-4) +24*a(n-5) -a(n-6) -17*a(n-7) +2*a(n-8) -2*a(n-9).
Empirical g.f.: x*(3 + 21*x + 38*x^2 + 40*x^3 + 20*x^4 + 3*x^5 - 17*x^6 + 2*x^7 - 2*x^8) / (1 - 3*x - 26*x^2 - 44*x^3 - 45*x^4 - 24*x^5 + x^6 + 17*x^7 - 2*x^8 + 2*x^9). - Colin Barker, Jun 04 2018
EXAMPLE
Some solutions for n=4:
..0..1..0....0..0..0....0..0..1....0..0..0....0..0..0....0..0..0....0..0..1
..1..0..1....0..0..1....0..0..2....0..1..2....1..1..1....1..2..1....0..0..2
..0..1..0....1..2..0....1..0..0....0..2..0....0..0..0....0..0..2....1..1..0
..0..1..2....0..0..1....0..0..1....0..1..1....1..2..0....0..0..0....0..0..1
CROSSREFS
Cf. A203371.
Sequence in context: A032263 A003771 A121100 * A130546 A051133 A332426
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 31 2011
STATUS
approved