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.

A184368 1/3 the number of (n+1) X 2 0..2 arrays with every 2 X 2 subblock having at least two equal elements connected horizontally or vertically.

Original entry on oeis.org

21, 153, 1107, 8019, 58077, 420633, 3046491, 22064643, 159806277, 1157419449, 8382773187, 60713414163, 439725443661, 3184773389433, 23066169329547, 167059976482179, 1209955382858997, 8763272085493593, 63469230958692531
Offset: 1

Views

Author

R. H. Hardin, Jan 12 2011

Keywords

Comments

Column 1 of A184376.

Examples

			Some solutions for 3 X 2 with a(1,1)=0:
..0..0....0..0....0..1....0..0....0..0....0..1....0..1....0..2....0..1....0..0
..1..0....2..2....1..1....2..1....0..2....0..0....2..1....0..2....0..1....1..2
..2..0....1..1....2..0....0..0....0..2....0..2....2..2....0..2....0..2....1..0
		

Crossrefs

Cf. A184376.

Formula

Empirical: a(n) = 6*a(n-1) + 9*a(n-2).
Conjectures from Colin Barker, Feb 27 2018: (Start)
G.f.: 3*x*(7 + 9*x) / (1 - 6*x - 9*x^2).
a(n) = ((3-3*sqrt(2))^n*(-4+3*sqrt(2)) + (3*(1+sqrt(2)))^n*(4+3*sqrt(2))) / (2*sqrt(2)).
(End)