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.

A214098 Number of 0..2 colorings on an n X 6 array circular in the 6 direction with new values 0..2 introduced in row major order.

Original entry on oeis.org

11, 143, 2041, 29540, 428383, 6214031, 90142852, 1307649965, 18969332317, 275177315036, 3991840859719, 57907365947207, 840029237074372, 12185826580536341, 176772858488736613, 2564343361673578460
Offset: 1

Views

Author

R. H. Hardin, Jul 04 2012

Keywords

Comments

Column 5 of A214101.

Examples

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

Crossrefs

Cf. A214101.

Formula

Empirical: a(n) = 19*a(n-1) - 71*a(n-2) + 86*a(n-3) - 24*a(n-4).
Empirical g.f.: x*(11 - 66*x + 105*x^2 - 32*x^3) / ((1 - 2*x)*(1 - 17*x + 37*x^2 - 12*x^3)). - Colin Barker, Jul 22 2018