Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A223419
3-level binary fanout graph coloring a rectangular array: number of n X 4 0..6 arrays where 0..6 label nodes of a graph with edges 0,1 1,3 1,4 0,2 2,5 2,6 and every array movement to a horizontal or vertical neighbor moves along an edge of this graph.
1
48, 464, 4720, 47872, 486016, 4934272, 50097024, 508632832, 5164146176, 52431620096, 532338988032, 5404846559232, 54875501465600, 557151943860224, 5656773689024512, 57433325141737472, 583121585796284416
OFFSET
1,1
COMMENTS
Column 4 of A223423.
LINKS
FORMULA
Empirical: a(n) = 14*a(n-1) - 36*a(n-2) - 40*a(n-3) + 88*a(n-4) + 32*a(n-5) - 32*a(n-6).
Empirical g.f.: 16*x*(3 - 13*x - 3*x^2 + 26*x^3 + 4*x^4 - 8*x^5) / (1 - 14*x + 36*x^2 + 40*x^3 - 88*x^4 - 32*x^5 + 32*x^6). - Colin Barker, Aug 20 2018
EXAMPLE
Some solutions for n=3:
..0..2..0..2....5..2..0..1....3..1..0..1....1..3..1..3....3..1..0..2
..1..0..1..0....2..0..1..0....1..0..1..0....0..1..4..1....1..0..1..0
..4..1..4..1....6..2..0..2....0..1..0..2....1..0..1..4....3..1..4..1
CROSSREFS
Cf. A223423.
Sequence in context: A231342 A192828 A259851 * A333671 A287762 A309599
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 20 2013
STATUS
approved