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!)
A233240 Number of 2 X n 0..5 arrays with no element x(i,j) adjacent to value 5-x(i,j) horizontally, diagonally or antidiagonally, top left element zero, and 1 appearing before 2 3 and 4, and 2 appearing before 3 in row major order. 1

%I #8 Oct 10 2018 15:20:22

%S 3,19,271,4504,79201,1419889,25622596,463384804,8386411051,

%T 151815188839,2748457460746,49759306786354,900872721644401,

%U 16309994546050789,295287194569964896,5346081195735699904,96789118201657881751

%N Number of 2 X n 0..5 arrays with no element x(i,j) adjacent to value 5-x(i,j) horizontally, diagonally or antidiagonally, top left element zero, and 1 appearing before 2 3 and 4, and 2 appearing before 3 in row major order.

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

%F Empirical: a(n) = 23*a(n-1) - 81*a(n-2) - 143*a(n-3) + 82*a(n-4) + 120*a(n-5) for n>6.

%F Empirical g.f.: x*(3 - 50*x + 77*x^2 + 239*x^3 + 31*x^4 - 75*x^5) / ((1 - x)*(1 + x)*(1 - 6*x)*(1 - 17*x - 20*x^2)). - _Colin Barker_, Oct 10 2018

%e Some solutions for n=5:

%e ..0..1..2..0..4....0..1..2..1..0....0..0..1..2..5....0..1..1..2..2

%e ..0..1..2..4..2....1..0..3..0..0....1..3..1..2..5....5..3..1..5..2

%Y Row 2 of A233239.

%K nonn

%O 1,1

%A _R. H. Hardin_, Dec 06 2013

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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)