login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A207993 Number of n X n 0..2 arrays with new values 0..2 introduced in row major order and no element equal to any horizontal or vertical neighbor (colorings ignoring permutations of colors). 3

%I #12 Sep 23 2019 05:34:55

%S 1,3,41,1302,96831,16932816,6978332618,6787438272198,

%T 15595829208171337,84713253582265127190,1088296274542436098185362,

%U 33079232010276428576508643620,2379573338713223879592059518246838

%N Number of n X n 0..2 arrays with new values 0..2 introduced in row major order and no element equal to any horizontal or vertical neighbor (colorings ignoring permutations of colors).

%C Diagonal of A207997.

%H R. H. Hardin, <a href="/A207993/b207993.txt">Table of n, a(n) for n = 1..16</a>

%e Some solutions for n=4

%e ..0..1..0..1....0..1..2..0....0..1..2..0....0..1..2..0....0..1..2..1

%e ..1..2..1..0....1..0..1..2....2..0..1..2....1..2..0..2....2..0..1..2

%e ..2..0..2..1....2..1..2..0....1..2..0..1....2..0..1..0....1..2..0..1

%e ..0..1..0..2....0..2..0..1....2..1..2..0....1..2..0..1....2..0..1..0

%t A207997 = Import["https://oeis.org/A207997/b207997.txt", "Table"][[All, 2]];

%t a[n_] := A207997[[2 n^2 - 2 n + 1]];

%t Table[a[n], {n, 1, 16}] (* _Jean-François Alcover_, Sep 23 2019 *)

%K nonn

%O 1,2

%A _R. H. Hardin_, Feb 22 2012

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 18:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)