4054318domain: NAppears in sequencesNumber of (n+2)X4 binary arrays with no more than one of any consecutive three bits set in any row or column.at n=8A202415a(n) = a(n-1) + rotate(a(n-1), n-2 digits right) with a(1) = 1.at n=22A374731