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!)
A295776 Number of n X 3 0..1 arrays with each 1 adjacent to 0 or 2 king-move neighboring 1s. 1

%I #8 Feb 22 2019 10:04:54

%S 5,19,56,198,665,2213,7479,25105,84326,283532,952661,3201517,10759441,

%T 36157455,121511416,408352614,1372308917,4611790689,15498404475,

%U 52083999509,175033735054,588219141252,1976771852673,6643148349849

%N Number of n X 3 0..1 arrays with each 1 adjacent to 0 or 2 king-move neighboring 1s.

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

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

%F Empirical g.f.: x*(5 + 9*x + 3*x^2 - x^3 + 2*x^4) / (1 - 2*x - 3*x^2 - 6*x^3 + 3*x^4 - 2*x^5). - _Colin Barker_, Feb 22 2019

%e Some solutions for n=7:

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

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

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

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

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

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

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

%Y Column 3 of A295781.

%K nonn

%O 1,1

%A _R. H. Hardin_, Nov 27 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 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)