OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n=1..100
FORMULA
Empirical: a(n) = a(n-1) + a(n-2) for n>=5.
Conjectures from Colin Barker, Feb 22 2018: (Start)
G.f.: x*(1 + x)*(3 + x - x^2) / (1 - x - x^2).
a(n) = (2^(-n)*((1-sqrt(5))^n*(-3+sqrt(5)) + (1+sqrt(5))^n*(3+sqrt(5)))) / sqrt(5) for n>2.
(End)
EXAMPLE
All solutions for n=4:
...1.0...1.0...1.1...1.1...0.1...0.1...1.1...1.1...1.0...1.1...1.0...1.0...0.1
...1.0...1.0...1.0...1.0...0.1...0.1...0.1...0.1...1.0...1.0...1.1...1.1...0.1
...1.0...1.0...1.0...1.0...0.1...0.1...0.1...0.1...1.1...1.1...0.1...0.1...1.1
...1.0...1.1...1.0...1.1...0.1...1.1...0.1...1.1...0.1...0.1...0.1...1.1...1.0
------
...1.1...0.1...0.1
...0.1...1.1...1.1
...1.1...1.0...1.0
...1.0...1.0...1.1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Aug 03 2009
STATUS
approved