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!)
A232078 Number of (2+1) X (n+1) 0..1 arrays with every element equal to some horizontal, diagonal or antidiagonal neighbor, with top left element zero. 1

%I #7 Oct 03 2018 08:41:44

%S 11,87,520,3681,26587,189404,1348429,9607995,68462448,487805049,

%T 3475683907,24764857724,176453944877,1257264924795,8958230513184,

%U 63828946109201,454792310901883,3240474086774308,23088939844648997

%N Number of (2+1) X (n+1) 0..1 arrays with every element equal to some horizontal, diagonal or antidiagonal neighbor, with top left element zero.

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

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

%F Empirical g.f.: x*(11 + 32*x - 36*x^2 - 129*x^3 - 34*x^4 - 7*x^5 + 8*x^6 + 6*x^7) / (1 - 5*x - 11*x^2 - 23*x^3 - 45*x^4 - 10*x^5 - x^6 + 3*x^7 + 2*x^8). - _Colin Barker_, Oct 03 2018

%e Some solutions for n=6:

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

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

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

%Y Row 2 of A232076.

%K nonn

%O 1,1

%A _R. H. Hardin_, Nov 17 2013

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 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)