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.

A297870 Number of nX2 0..1 arrays with every element equal to 2, 3 or 5 king-move adjacent elements, with upper left element zero.

Original entry on oeis.org

0, 1, 3, 2, 11, 13, 34, 65, 123, 266, 499, 1037, 2042, 4089, 8219, 16338, 32827, 65485, 131090, 262193, 524155, 1048794, 2096899, 4194509, 8388586, 16776937, 33555099, 67107874, 134218827, 268434701, 536870786, 1073743393, 2147480443, 4294971818
Offset: 1

Views

Author

R. H. Hardin, Jan 07 2018

Keywords

Comments

Column 2 of A297876.

Examples

			Some solutions for n=7
..0..0. .0..0. .0..0. .0..0. .0..0. .0..0. .0..0. .0..0. .0..0. .0..0
..0..0. .0..0. .0..0. .0..0. .1..0. .0..0. .0..0. .1..0. .1..0. .1..0
..0..0. .1..1. .1..1. .1..1. .1..1. .1..1. .1..1. .1..1. .1..1. .1..1
..0..0. .1..1. .1..0. .1..1. .1..0. .1..0. .1..1. .0..0. .0..1. .0..0
..0..0. .1..1. .0..0. .0..0. .0..0. .0..0. .1..1. .0..0. .0..0. .0..0
..1..1. .1..1. .1..0. .0..1. .0..1. .1..1. .0..0. .0..0. .1..0. .1..1
..1..1. .1..1. .1..1. .1..1. .1..1. .1..1. .0..0. .0..0. .1..1. .1..1
		

Crossrefs

Cf. A297876.

Formula

Empirical: a(n) = a(n-1) +3*a(n-2) -4*a(n-4)