OFFSET
1,1
COMMENTS
Column 4 of A209534.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + 32*a(n-2) - 32*a(n-3).
Conjectures from Colin Barker, Jul 11 2018: (Start)
G.f.: x*(33 + 160*x - 224*x^2) / ((1 - x)*(1 - 32*x^2)).
a(n) = 3*2^((5*n)/2 + 1) + 1 for n even.
a(n) = 2^((5*(n + 1))/2) + 1 for n odd.
(End)
EXAMPLE
Some solutions for n=4:
..0..1..2..1..2....0..2..0..2..0....1..0..1..2..1....0..1..2..1..2
..1..0..1..2..1....2..0..2..0..2....2..1..2..1..0....1..0..1..2..1
..2..1..0..1..2....0..2..0..2..0....1..2..1..2..1....2..1..2..1..2
..1..2..1..2..1....2..0..2..0..2....2..1..2..1..2....1..0..1..2..1
..0..1..0..1..2....0..2..0..2..0....1..0..1..2..1....2..1..2..1..2
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 10 2012
STATUS
approved