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.

A268988 Number of n X n binary arrays with some element plus some horizontally or antidiagonally adjacent neighbor totalling two not more than once.

Original entry on oeis.org

2, 13, 174, 6009, 421450, 66954420, 22995344760, 17373640598542, 29082748697180602, 107300241515211644436, 883523091936988991189604, 16140842052133986432421342048, 659806253617230823177640504040304
Offset: 1

Views

Author

R. H. Hardin, Feb 17 2016

Keywords

Comments

Diagonal of A268995.

Examples

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

Crossrefs

Cf. A268995.