login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A302065
Number of nX4 0..1 arrays with every element equal to 0, 1, 2 or 4 horizontally or antidiagonally adjacent elements, with upper left element zero.
1
8, 81, 748, 7070, 67070, 636852, 6048836, 57457232, 545796112, 5184660760, 49250608992, 467846412016, 4444215843808, 42216967044320, 401031909830432, 3809525073635904, 36187846859821376, 343759454672598656
OFFSET
1,1
COMMENTS
Column 4 of A302069.
LINKS
FORMULA
Empirical: a(n) = 16*a(n-1) -76*a(n-2) +148*a(n-3) -124*a(n-4) +36*a(n-5) for n>6
EXAMPLE
Some solutions for n=5
..0..1..0..1. .0..0..1..0. .0..0..1..0. .0..1..0..0. .0..1..1..0
..1..0..1..0. .1..0..1..1. .1..0..1..1. .0..1..0..0. .1..1..1..1
..1..0..1..0. .0..1..0..1. .1..0..0..1. .1..1..0..0. .1..0..0..0
..0..1..0..1. .1..1..0..1. .1..1..1..0. .0..1..0..1. .1..1..0..0
..1..1..0..0. .1..1..0..1. .0..0..0..1. .0..1..0..0. .1..1..1..1
CROSSREFS
Cf. A302069.
Sequence in context: A007792 A301837 A264185 * A098308 A055996 A324016
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 31 2018
STATUS
approved