[go: up one dir, main page]

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

A221313
Square root of number of nX4 arrays of occupancy after each element moves to some horizontal or vertical neighbor, with every occupancy equal to zero or two
0
1, 4, 9, 23, 57, 142, 353, 878, 2183, 5428, 13496, 33556, 83432, 207441, 515770, 1282382, 3188443
OFFSET
1,2
COMMENTS
Column 4 of A221314
FORMULA
Empirical: a(n) = 2*a(n-1) + 2*a(n-2) - a(n-3) - 2*a(n-4) - a(n-5). - Vaclav Kotesovec, May 23 2013
EXAMPLE
Some solutions for n=3
..2..2..0..0....2..2..2..0....2..2..0..0....0..2..2..0....0..2..2..0
..0..2..0..2....2..0..0..0....2..0..0..2....2..2..0..0....0..0..0..0
..0..2..0..2....0..0..2..2....0..0..2..2....0..0..2..2....2..2..2..2
CROSSREFS
Sequence in context: A014543 A343676 A131607 * A238832 A192473 A027119
KEYWORD
nonn
AUTHOR
R. H. Hardin Jan 10 2013
STATUS
approved