cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A214135 Number of 0..4 colorings on an nX3 array circular in the 3 direction with new values 0..4 introduced in row major order.

Original entry on oeis.org

1, 17, 514, 16388, 524296, 16777232, 536870944, 17179869248, 549755814016, 17592186044672, 562949953421824, 18014398509483008, 576460752303425536, 18446744073709555712, 590295810358705659904, 18889465931478580871168
Offset: 1

Views

Author

R. H. Hardin Jul 05 2012

Keywords

Comments

Column 2 of A214141

Examples

			Some solutions for n=4
..0..1..2....0..1..2....0..1..2....0..1..2....0..1..2....0..1..2....0..1..2
..3..2..4....3..4..0....1..0..3....3..4..1....1..0..3....1..2..0....1..3..4
..1..3..0....1..2..3....2..1..4....2..1..0....2..1..4....3..4..1....2..4..0
..2..4..1....2..1..0....3..2..0....4..0..1....1..0..2....0..1..4....0..3..2
		

Formula

Empirical: a(n) = 34*a(n-1) -64*a(n-2).
Empirical: 2^(n-2)+32^(n-1)/2. G.f. -x*(-1+17*x) / ( (32*x-1)*(2*x-1) ). - R. J. Mathar, Jul 05 2012