A220629 Number of ways to reciprocally link elements of an n X 5 array either to themselves or to exactly two horizontal or antidiagonal neighbors.
1, 8, 44, 257, 1481, 8560, 49448, 285669, 1650333, 9534128, 55079528, 318199485, 1838267585, 10619840324, 61351790884, 354434918989, 2047603011865, 11829190267612, 68338316351600, 394796716945057, 2280776817922653
Offset: 1
Keywords
Examples
Some solutions for n=3 0=self 3=ne 4=w 6=e 7=sw (reciprocal directions total 10): .00.67.46.46.47...00.67.46.47.00...00.00.00.00.00...00.00.67.46.47 .36.47.00.36.47...36.46.34.67.47...00.67.46.47.00...00.37.67.34.00 .36.46.46.34.00...00.00.36.34.00...36.46.34.00.00...36.34.00.00.00
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A220632.
Formula
Empirical: a(n) = 4*a(n-1) + 9*a(n-2) + 7*a(n-3) + 2*a(n-4) - a(n-5).
Empirical g.f.: x*(1 + 3*x - x^2)*(1 + x + x^2) / ((1 + x)*(1 - 5*x - 4*x^2 - 3*x^3 + x^4)). - Colin Barker, Aug 01 2018
Comments