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!)
A197311 Number of n X 2 0..4 arrays with each element x equal to the number its horizontal and vertical neighbors equal to 0,1,1,0,0 for x=0,1,2,3,4. 1

%I #9 May 12 2018 08:45:54

%S 1,0,3,2,9,6,27,18,83,56,257,176,797,556,2475,1766,7699,5640,23995,

%T 18106,74937,58408,234541,189266,735771,615834,2313757,2011340,

%U 7294375,6591454,23056393,21667064,73073221,71416640,232226565,235964308,740061147

%N Number of n X 2 0..4 arrays with each element x equal to the number its horizontal and vertical neighbors equal to 0,1,1,0,0 for x=0,1,2,3,4.

%C Every 0 is next to 0 0's, every 1 is next to 1 1's, every 2 is next to 2 1's, every 3 is next to 3 0's, every 4 is next to 4 0's.

%C Column 2 of A197317.

%H R. H. Hardin, <a href="/A197311/b197311.txt">Table of n, a(n) for n = 1..200</a>

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

%F Empirical g.f.: x*(1 - x - 3*x^2 + 5*x^3 - 2*x^4 - 7*x^5 + 6*x^6) / ((1 - 3*x^2)*(1 - x - 3*x^2 + 3*x^3 - x^5)). - _Colin Barker_, May 12 2018

%e All solutions for n=4:

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

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

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

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

%Y Cf. A197317.

%K nonn

%O 1,3

%A _R. H. Hardin_, Oct 13 2011

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 24 08:28 EDT 2024. Contains 371927 sequences. (Running on oeis4.)