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.

A281606 Number of 3Xn 0..2 arrays with no element equal to more than one of its horizontal, diagonal or antidiagonal neighbors and with new values introduced in order 0 sequentially upwards.

Original entry on oeis.org

5, 50, 209, 1283, 8180, 49572, 302304, 1849212, 11295326, 69003066, 421598546, 2575763454, 15736620000, 96143466614, 587391366384, 3588683849428, 21925168436114, 133952450888038, 818386359248384, 4999955088202190
Offset: 1

Views

Author

R. H. Hardin, Jan 25 2017

Keywords

Comments

Row 3 of A281605.

Examples

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

Crossrefs

Cf. A281605.

Formula

Empirical: a(n) = 6*a(n-1) -4*a(n-2) +29*a(n-3) -15*a(n-4) +73*a(n-5) +11*a(n-6) -32*a(n-7) +6*a(n-8) +a(n-9) -30*a(n-10) -26*a(n-11) +10*a(n-12) +8*a(n-13) for n>15