login
Number of n X n binary arrays with all 1s connected, a path of 1s from top row to bottom row, and no 1 having more than two 1s adjacent
0

%I #4 Dec 18 2015 18:17:24

%S 1,7,48,531,9012,224493,8379953

%N Number of n X n binary arrays with all 1s connected, a path of 1s from top row to bottom row, and no 1 having more than two 1s adjacent

%e All solutions for n=3

%e ...1.0.0...1.0.0...1.1.0...1.1.0...1.1.1...1.1.1...1.1.1...1.1.1...0.0.1

%e ...1.0.0...1.0.0...1.0.0...1.0.0...1.0.0...1.0.0...1.0.1...1.0.1...0.0.1

%e ...1.0.0...1.1.0...1.0.0...1.1.0...1.0.0...1.1.0...1.0.0...1.1.0...0.0.1

%e ------

%e ...0.0.1...0.1.1...0.1.1...1.1.1...1.1.1...1.1.1...1.1.1...0.1.0...0.1.0

%e ...0.0.1...0.0.1...0.0.1...0.0.1...0.0.1...1.0.1...1.0.1...0.1.0...0.1.0

%e ...0.1.1...0.0.1...0.1.1...0.0.1...0.1.1...0.0.1...0.1.1...0.1.0...0.1.1

%e ------

%e ...0.1.0...0.1.1...0.1.1...0.1.1...1.1.0...1.1.0...1.1.0...1.0.0...1.0.0

%e ...0.1.0...0.1.0...0.1.0...0.1.0...0.1.0...0.1.0...0.1.0...1.1.0...1.1.0

%e ...1.1.0...0.1.0...0.1.1...1.1.0...0.1.0...0.1.1...1.1.0...0.1.0...0.1.1

%e ------

%e ...1.0.0...1.1.0...1.1.1...1.1.1...1.1.1...0.0.1...0.1.1...1.1.1...0.0.1

%e ...1.0.0...1.0.0...1.0.0...1.0.1...1.0.1...0.0.1...0.0.1...0.0.1...0.1.1

%e ...1.1.1...1.1.1...1.1.1...1.1.1...1.0.1...1.1.1...1.1.1...1.1.1...0.1.0

%e ------

%e ...0.0.1...0.1.0...1.1.0...0.1.0...0.1.1...1.0.0...1.0.0...1.1.0...0.0.1

%e ...0.1.1...0.1.1...0.1.1...1.1.0...1.1.0...1.1.1...1.0.1...1.0.1...1.0.1

%e ...1.1.0...0.0.1...0.0.1...1.0.0...1.0.0...0.0.1...1.1.1...1.1.1...1.1.1

%e ------

%e ...0.1.1...0.0.1...1.0.1

%e ...1.0.1...1.1.1...1.0.1

%e ...1.1.1...1.0.0...1.1.1

%K nonn

%O 1,2

%A _R. H. Hardin_ Aug 03 2009