login
A163713
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.
1
1, 7, 48, 531, 9012, 224493, 8379953, 488937978, 46177107232, 7192686302847, 1851555242089499, 782283537199893006, 540368118577271351801, 612870280076449457035570, 1152507080354469518470182775
OFFSET
1,2
EXAMPLE
All solutions for n=3:
...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
...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
...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
------
...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
...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
...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
------
...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
...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
...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
------
...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
...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
...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
------
...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
...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
...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
------
...0.1.1...0.0.1...1.0.1
...1.0.1...1.1.1...1.0.1
...1.1.1...1.0.0...1.1.1
CROSSREFS
Main diagonal of A391822.
Sequence in context: A359916 A231378 A024092 * A192897 A317014 A330329
KEYWORD
nonn,more
AUTHOR
R. H. Hardin, Aug 03 2009
EXTENSIONS
a(8)-a(15) from Andrew Howroyd, Dec 22 2025
STATUS
approved