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