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

A301792
Number of 3Xn 0..1 arrays with every element equal to 0 or 1 horizontally or antidiagonally adjacent elements, with upper left element zero.
1
4, 13, 12, 17, 25, 38, 59, 93, 148, 237, 381, 614, 991, 1601, 2588, 4185, 6769, 10950, 17715, 28661, 46372, 75029, 121397, 196422, 317815, 514233, 832044, 1346273, 2178313, 3524582, 5702891, 9227469, 14930356, 24157821, 39088173, 63245990
OFFSET
1,1
COMMENTS
Row 3 of A301790.
LINKS
FORMULA
Empirical: a(n) = 2*a(n-1) -a(n-3) for n>5
EXAMPLE
Some solutions for n=5
..0..1..0..1..0. .0..0..1..1..0. .0..0..1..0..1. .0..1..0..0..1
..1..0..1..0..1. .1..0..0..1..0. .1..0..1..0..0. .0..1..1..0..1
..1..0..1..0..0. .1..1..0..1..0. .1..0..1..1..0. .0..0..1..0..0
CROSSREFS
Cf. A301790.
Sequence in context: A136137 A287895 A050223 * A344512 A168401 A370644
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 26 2018
STATUS
approved