A297870 Number of nX2 0..1 arrays with every element equal to 2, 3 or 5 king-move adjacent elements, with upper left element zero.
0, 1, 3, 2, 11, 13, 34, 65, 123, 266, 499, 1037, 2042, 4089, 8219, 16338, 32827, 65485, 131090, 262193, 524155, 1048794, 2096899, 4194509, 8388586, 16776937, 33555099, 67107874, 134218827, 268434701, 536870786, 1073743393, 2147480443, 4294971818
Offset: 1
Keywords
Examples
Some solutions for n=7 ..0..0. .0..0. .0..0. .0..0. .0..0. .0..0. .0..0. .0..0. .0..0. .0..0 ..0..0. .0..0. .0..0. .0..0. .1..0. .0..0. .0..0. .1..0. .1..0. .1..0 ..0..0. .1..1. .1..1. .1..1. .1..1. .1..1. .1..1. .1..1. .1..1. .1..1 ..0..0. .1..1. .1..0. .1..1. .1..0. .1..0. .1..1. .0..0. .0..1. .0..0 ..0..0. .1..1. .0..0. .0..0. .0..0. .0..0. .1..1. .0..0. .0..0. .0..0 ..1..1. .1..1. .1..0. .0..1. .0..1. .1..1. .0..0. .0..0. .1..0. .1..1 ..1..1. .1..1. .1..1. .1..1. .1..1. .1..1. .0..0. .0..0. .1..1. .1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A297876.
Formula
Empirical: a(n) = a(n-1) +3*a(n-2) -4*a(n-4)
Comments