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!)
A274896 Number of 4 X n 0..2 arrays with no element equal to any value at offset (0,-1) (-1,-1) or (-2,0) and new values introduced in order 0..2. 1

%I #8 Jan 31 2019 09:22:07

%S 6,14,38,104,290,815,2291,6434,18065,50729,142469,400121,1123718,

%T 3155882,8863073,24891350,69905726,196325636,551367590,1548479459,

%U 4348802339,12213324374,34300315505,96330172385,270536931545,759785117405

%N Number of 4 X n 0..2 arrays with no element equal to any value at offset (0,-1) (-1,-1) or (-2,0) and new values introduced in order 0..2.

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

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

%F Empirical g.f.: x*(6 - 16*x + 22*x^2 - 20*x^3 + 8*x^4 - x^5) / ((1 - x)*(1 - 4*x + 5*x^2 - 5*x^3 + x^4)). - _Colin Barker_, Jan 31 2019

%e Some solutions for n=4:

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

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

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

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

%Y Row 4 of A274895.

%K nonn

%O 1,1

%A _R. H. Hardin_, Jul 10 2016

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 March 29 11:45 EDT 2024. Contains 371278 sequences. (Running on oeis4.)