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!)
A280551 Number of n X 5 0..1 arrays with no element equal to more than one of its horizontal and vertical neighbors, with the exception of exactly two elements, and with new values introduced in order 0 sequentially upwards. 1

%I #8 Feb 13 2019 12:25:36

%S 2,87,325,832,1764,3438,6386,11506,20389,35757,62317,108150,187115,

%T 322925,556071,955574,1638882,2805542,4794088,8178068,13927945,

%U 23683803,40214243,68187902,115469449,195294823,329919371,556731676,938492304

%N Number of n X 5 0..1 arrays with no element equal to more than one of its horizontal and vertical neighbors, with the exception of exactly two elements, and with new values introduced in order 0 sequentially upwards.

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

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

%F Empirical g.f.: x*(2 + 75*x - 173*x^2 - 84*x^3 + 213*x^4 + 193*x^5 - 84*x^6 - 209*x^7 + 64*x^8 + 25*x^9 - 76*x^10 + 2*x^11) / ((1 - x)^3*(1 - x - x^2)^3). - _Colin Barker_, Feb 13 2019

%e Some solutions for n=4:

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

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

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

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

%Y Column 5 of A280554.

%K nonn

%O 1,1

%A _R. H. Hardin_, Jan 05 2017

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