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

A223381
Number of n X 2 0..2 arrays with all horizontally or vertically connected equal values in a straight line, and new values 0..2 introduced in row major order.
1
2, 9, 57, 366, 2358, 15204, 98052, 632376, 4078488, 26304144, 169648272, 1094144736, 7056675168, 45511953984, 293528880192, 1893111501696, 12209603211648, 78745710676224, 507869653293312, 3275500119584256
OFFSET
1,1
COMMENTS
Column 2 of A223387.
LINKS
FORMULA
Empirical: a(n) = 8*a(n-1) - 10*a(n-2) for n>3.
Conjectures from Colin Barker, Aug 20 2018: (Start)
G.f.: x*(1 - x)*(2 - 5*x) / (1 - 8*x + 10*x^2).
a(n) = (-(4-sqrt(6))^n*(-6+sqrt(6)) + (4+sqrt(6))^n*(6+sqrt(6))) / 40 for n>1.
(End)
EXAMPLE
Some solutions for n=3:
..0..1....0..1....0..0....0..0....0..1....0..1....0..1....0..1....0..1....0..1
..2..0....2..1....1..2....1..1....0..2....0..2....2..0....2..0....0..2....0..1
..0..2....0..2....0..2....0..2....2..0....0..1....1..1....2..1....1..0....0..1
CROSSREFS
Cf. A223387.
Sequence in context: A371196 A004103 A295775 * A175896 A175900 A175912
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 19 2013
STATUS
approved