A301838 Number of nX5 0..1 arrays with every element equal to 0, 1 or 2 horizontally or antidiagonally adjacent elements, with upper left element zero.
16, 263, 3182, 39703, 496085, 6196305, 77396422, 966770632, 12076215811, 150848052398, 1884295439869, 23537397007865, 294013935342365, 3672631985528460, 45876144707506920, 573055146404781265
Offset: 1
Keywords
Examples
Some solutions for n=5 ..0..0..1..0..0. .0..0..0..0..1. .0..0..0..1..1. .0..0..0..0..1 ..0..0..1..0..0. .1..1..0..0..1. .1..1..0..0..1. .1..1..1..0..0 ..0..0..1..0..1. .1..1..1..0..1. .1..0..1..0..0. .0..1..0..1..0 ..0..1..0..1..1. .0..1..1..0..0. .1..0..1..0..1. .1..1..0..1..1 ..1..1..0..1..1. .0..1..1..0..1. .0..1..0..0..1. .1..1..1..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A301841.
Formula
Empirical: a(n) = 24*a(n-1) -201*a(n-2) +885*a(n-3) -2461*a(n-4) +4680*a(n-5) -6187*a(n-6) +5625*a(n-7) -3450*a(n-8) +1378*a(n-9) -324*a(n-10) +32*a(n-11) for n>13
Comments