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

%I #8 Oct 29 2018 15:51:05

%S 2,8,59,530,4877,45057,416533,3851085,35606121,329205872,3043762177,

%T 28141931363,260193887579,2405693427789,22242493569775,

%U 205649030142198,1901384099152245,17579764368539693,162538497819201097

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

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

%F Empirical: a(n) = 12*a(n-1) - 26*a(n-2) + 2*a(n-3) + 28*a(n-4) - 6*a(n-5) - 9*a(n-6) for n>8.

%F Empirical g.f.: x*(2 - 16*x + 15*x^2 + 26*x^3 - 21*x^4 - 17*x^5 + 5*x^6 + 3*x^7) / ((1 - x)*(1 - x - x^2)*(1 - 10*x + 6*x^2 + 9*x^3)). - _Colin Barker_, Oct 29 2018

%e Some solutions for n=4:

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

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

%Y Row 2 of A241328.

%K nonn

%O 1,1

%A _R. H. Hardin_, Apr 19 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 September 9 18:08 EDT 2024. Contains 375765 sequences. (Running on oeis4.)