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!)
A209220 Number of n X 4 0..1 arrays avoiding 0 0 0 and 0 1 0 horizontally and 0 1 0 and 1 1 1 vertically. 1

%I #11 Jul 09 2018 01:43:17

%S 9,81,100,196,324,576,1024,1764,3136,5476,9604,16900,29584,51984,

%T 91204,160000,280900,492804,864900,1517824,2663424,4674244,8202496,

%U 14394436,25260676,44328964,77792400,136515856,239568484,420414016,737774244

%N Number of n X 4 0..1 arrays avoiding 0 0 0 and 0 1 0 horizontally and 0 1 0 and 1 1 1 vertically.

%C Column 4 of A209224.

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

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

%F Empirical g.f.: x*(9 + 72*x + 10*x^2 + 6*x^3 - 44*x^4 + 28*x^5 - 44*x^6 + 17*x^7) / ((1 - 2*x + x^2 - x^3)*(1 + x - x^3)). - _Colin Barker_, Jul 08 2018

%e Some solutions for n=4:

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

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

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

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

%Y Cf. A209224.

%K nonn

%O 1,1

%A _R. H. Hardin_, Mar 06 2012

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