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.

A298185 Number of nX6 0..1 arrays with every element equal to 3, 5, 7 or 8 king-move adjacent elements, with upper left element zero.

This page as a plain text file.
%I A298185 #4 Jan 14 2018 09:39:06
%S A298185 0,5,5,6,7,10,14,20,29,44,68,106,166,262,416,663,1059,1695,2718,4365,
%T A298185 7018,11294,18190,29317,47278,76280,123124,198806,321106,518776,
%U A298185 838315,1354929,2190261,3541074,5725655,9258890,14973726,24217684,39170801
%N A298185 Number of nX6 0..1 arrays with every element equal to 3, 5, 7 or 8 king-move adjacent elements, with upper left element zero.
%C A298185 Column 6 of A298187.
%H A298185 R. H. Hardin, <a href="/A298185/b298185.txt">Table of n, a(n) for n = 1..210</a>
%F A298185 Empirical: a(n) = 3*a(n-1) -2*a(n-2) -a(n-3) +2*a(n-4) -2*a(n-5) +a(n-7) for n>8
%e A298185 Some solutions for n=7
%e A298185 ..0..0..0..0..1..1. .0..0..0..1..1..1. .0..0..0..0..0..0. .0..0..0..1..1..1
%e A298185 ..0..0..0..0..1..1. .0..0..0..1..1..1. .0..0..0..0..0..0. .0..0..0..1..1..1
%e A298185 ..0..0..0..0..1..1. .0..0..0..1..1..1. .1..1..1..1..1..1. .0..0..1..0..1..1
%e A298185 ..0..0..0..0..1..1. .0..0..1..0..1..1. .1..1..1..1..1..1. .1..1..0..1..0..0
%e A298185 ..0..0..0..0..1..1. .1..1..0..1..0..0. .1..1..1..1..1..1. .1..1..1..0..0..0
%e A298185 ..0..0..0..0..1..1. .1..1..1..0..0..0. .1..1..1..1..1..1. .1..1..1..0..0..0
%e A298185 ..0..0..0..0..1..1. .1..1..1..0..0..0. .1..1..1..1..1..1. .1..1..1..0..0..0
%Y A298185 Cf. A298187.
%K A298185 nonn
%O A298185 1,2
%A A298185 _R. H. Hardin_, Jan 14 2018