A301610 Number of nX3 0..1 arrays with every element equal to 1, 2 or 3 horizontally or vertically adjacent elements, with upper left element zero.
1, 11, 62, 367, 2131, 12467, 72758, 425003, 2481842, 14494425, 84647239, 494344466, 2886987133, 16860117364, 98463698698, 575031667957, 3358206190785, 19612048586036, 114535089777733, 668889165654501, 3906337494564368
Offset: 1
Keywords
Examples
Some solutions for n=5 ..0..0..1. .0..1..0. .0..1..0. .0..1..1. .0..0..0. .0..1..1. .0..0..0 ..1..1..1. .0..1..0. .0..1..0. .0..1..0. .1..0..0. .0..0..1. .0..1..1 ..1..0..1. .1..1..0. .0..0..0. .1..0..0. .1..1..1. .1..0..1. .0..0..1 ..1..0..1. .1..0..0. .1..1..0. .1..0..1. .0..1..1. .1..0..1. .1..1..0 ..1..0..1. .1..1..1. .1..1..0. .1..0..1. .0..0..1. .0..0..0. .1..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A301615.
Formula
Empirical: a(n) = 4*a(n-1) +12*a(n-2) -5*a(n-3) -14*a(n-4) +14*a(n-6) +4*a(n-7) -3*a(n-8) -5*a(n-9) +a(n-10)
Comments