login
A300421
Number of n X 2 0..1 arrays with every element equal to 1, 2 or 3 horizontally, vertically or antidiagonally adjacent elements, with upper left element zero.
4
1, 3, 10, 30, 96, 307, 981, 3137, 10034, 32096, 102669, 328423, 1050581, 3360673, 10750367, 34389071, 110006322, 351896433, 1125672593, 3600885592, 11518781894, 36847140260, 117869385707, 377049398986, 1206133793206, 3858270908444
OFFSET
1,2
COMMENTS
Column 2 of A300427.
FORMULA
Empirical: a(n) = 3*a(n-1) + a(n-2) - 3*a(n-4) - 2*a(n-5) - a(n-6) for n > 7.
Empirical g.f.: -x*(-x^6+x^4+3*x^3-1)/(x^6+2*x^5+3*x^4-x^2-3*x+1). - Simon Plouffe, Jun 20 2018
EXAMPLE
Some solutions for n=5:
0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0
0 1 0 1 0 1 1 1 0 1 0 1 1 0 1 1 0 1 0 0
0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 0 1 0 1 1
1 1 0 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1
0 0 1 1 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0
CROSSREFS
Cf. A300427.
Sequence in context: A033113 A360714 A290718 * A302289 A003441 A136841
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 05 2018
STATUS
approved