A208638 Number of 3 X n 0..1 arrays with new values 0..1 introduced in row major order and no element equal to more than one of its immediate leftward or upward or right-upward antidiagonal neighbors.
4, 13, 32, 71, 150, 309, 628, 1267, 2546, 5105, 10224, 20463, 40942, 81901, 163820, 327659, 655338, 1310697, 2621416, 5242855, 10485734, 20971493, 41943012, 83886051, 167772130, 335544289, 671088608, 1342177247, 2684354526, 5368709085
Offset: 1
Keywords
Examples
Some solutions for n=4: 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 1 1 1 1 0 0 1 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 1 0 0 1 1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A208637.
Formula
Empirical: a(n) = 4*a(n-1) - 5*a(n-2) + 2*a(n-3).
Conjectures from Colin Barker, Mar 07 2018: (Start)
G.f.: x*(4 - 3*x) / ((1 - x)^2*(1 - 2*x)).
a(n) = 5*2^n - n - 5.
(End)
Comments