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.

A284336 Number of 3 X n 0..1 arrays with the number of 1's horizontally, diagonally or antidiagonally adjacent to some 0 equal to the number of 0's adjacent to some 1, with top left element zero.

Original entry on oeis.org

4, 13, 49, 373, 2259, 18114, 120058, 959041, 6725380, 53524100, 389145239, 3078502323, 22909373317, 180462930528, 1364622501692, 10722180215723, 81993405397067, 643447267719348, 4960055945696896, 38910411283028492
Offset: 1

Views

Author

R. H. Hardin, Mar 25 2017

Keywords

Comments

Row 3 of A284334.

Examples

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

Crossrefs

Cf. A284334.