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!)
A240638 Number of n X 3 0..3 arrays with no element equal to one or three horizontal or vertical neighbors, with new values 0..3 introduced in row major order. 1

%I #8 Oct 29 2018 05:02:39

%S 2,27,462,7993,138882,2413198,41931738,728606311,12660271050,

%T 219985006177,3822461834214,66419137967410,1154099656091538,

%U 20053648044092851,348452404221602982,6054712725626870185

%N Number of n X 3 0..3 arrays with no element equal to one or three horizontal or vertical neighbors, with new values 0..3 introduced in row major order.

%H R. H. Hardin, <a href="/A240638/b240638.txt">Table of n, a(n) for n = 1..210</a>

%F Empirical: a(n) = 14*a(n-1) + 54*a(n-2) + 82*a(n-3) - 14*a(n-4) - 54*a(n-5) - 81*a(n-6).

%F Empirical g.f.: x*(2 - x - 24*x^2 - 97*x^3 - 154*x^4 - 170*x^5) / ((1 - x)*(1 + x + x^2)*(1 - 14*x - 54*x^2 - 81*x^3)). - _Colin Barker_, Oct 29 2018

%e Some solutions for n=4:

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

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

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

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

%Y Column 3 of A240642.

%K nonn

%O 1,1

%A _R. H. Hardin_, Apr 09 2014

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 16 00:45 EDT 2024. Contains 371696 sequences. (Running on oeis4.)