cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A295115 Number of n X 3 0..1 arrays with each 1 horizontally or vertically adjacent to 1 or 4 1s.

This page as a plain text file.
%I A295115 #9 Feb 22 2019 06:23:48
%S A295115 3,9,26,77,226,665,1960,5769,16983,49998,147198,433361,1275825,
%T A295115 3756068,11058011,32555211,95843749,282167522,830711657,2445646047,
%U A295115 7200072866,21197281911,62405585330,183724361820,540891347189,1592404221036
%N A295115 Number of n X 3 0..1 arrays with each 1 horizontally or vertically adjacent to 1 or 4 1s.
%H A295115 R. H. Hardin, <a href="/A295115/b295115.txt">Table of n, a(n) for n = 1..210</a>
%F A295115 Empirical: a(n) = a(n-1) + 3*a(n-2) + 5*a(n-3) + 7*a(n-4) + 7*a(n-5) - a(n-6) - 8*a(n-7) - 5*a(n-8) + a(n-10).
%F A295115 Empirical g.f.: x*(3 + 6*x + 8*x^2 + 9*x^3 + 5*x^4 - 6*x^5 - 10*x^6 - 4*x^7 + x^8 + x^9) / (1 - x - 3*x^2 - 5*x^3 - 7*x^4 - 7*x^5 + x^6 + 8*x^7 + 5*x^8 - x^10). - _Colin Barker_, Feb 22 2019
%e A295115 Some solutions for n=7:
%e A295115 ..0..1..1. .0..1..1. .0..0..0. .0..1..0. .0..0..0. .0..0..0. .0..1..1
%e A295115 ..0..0..0. .0..0..0. .0..0..1. .1..1..1. .0..0..0. .0..0..1. .1..0..0
%e A295115 ..0..0..0. .0..0..0. .0..0..1. .0..1..0. .1..0..0. .0..0..1. .1..0..0
%e A295115 ..0..1..1. .0..0..1. .0..0..0. .1..0..0. .1..0..0. .1..1..0. .0..1..1
%e A295115 ..0..0..0. .1..0..1. .0..0..1. .1..0..0. .0..0..0. .0..0..0. .0..0..0
%e A295115 ..0..1..1. .1..0..0. .0..0..1. .0..0..0. .0..0..0. .1..1..0. .1..0..0
%e A295115 ..0..0..0. .0..1..1. .0..0..0. .0..1..1. .0..1..1. .0..0..0. .1..0..0
%Y A295115 Column 3 of A295120.
%K A295115 nonn
%O A295115 1,1
%A A295115 _R. H. Hardin_, Nov 15 2017