A302675 Number of nX3 0..1 arrays with every element equal to 0, 1, 4 or 6 horizontally, diagonally or antidiagonally adjacent elements, with upper left element zero.
3, 3, 8, 7, 11, 18, 29, 47, 76, 123, 199, 322, 521, 843, 1364, 2207, 3571, 5778, 9349, 15127, 24476, 39603, 64079, 103682, 167761, 271443, 439204, 710647, 1149851, 1860498, 3010349, 4870847, 7881196, 12752043, 20633239, 33385282, 54018521
Offset: 1
Keywords
Examples
Some solutions for n=5 ..0..1..0. .0..0..0. .0..1..0. .0..1..0. .0..0..0. .0..0..0. .0..1..0 ..0..0..0. .0..1..0. .0..1..0. .0..1..0. .0..1..0. .0..1..0. .0..0..0 ..0..1..0. .0..1..0. .0..0..0. .0..0..0. .0..1..0. .0..1..0. .1..1..1 ..0..1..0. .0..1..0. .0..1..0. .1..1..1. .0..1..0. .0..0..0. .1..0..1 ..0..1..0. .0..1..0. .0..1..0. .1..0..1. .0..0..0. .0..1..0. .1..0..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A302680.
Formula
Empirical: a(n) = a(n-1) +a(n-2) for n>5
Comments