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.

A229928 Number of nX2 0..2 arrays x(i,j) with each element horizontally, vertically or antidiagonally next to at least one element with value 2-x(i,j).

This page as a plain text file.
%I A229928 #7 Jun 02 2025 08:39:39
%S A229928 3,19,115,739,4679,29569,187211,1185283,7502685,47491531,300627179,
%T A229928 1902998895,12046125511,76252939087,482687382245,3055450450511,
%U A229928 19341249601691,122431683941789,775002524638781,4905829047952315
%N A229928 Number of nX2 0..2 arrays x(i,j) with each element horizontally, vertically or antidiagonally next to at least one element with value 2-x(i,j).
%C A229928 Column 2 of A229934
%H A229928 R. H. Hardin, <a href="/A229928/b229928.txt">Table of n, a(n) for n = 1..210</a>
%F A229928 Empirical: a(n) = 6*a(n-1) -3*a(n-2) +32*a(n-3) -a(n-4) +7*a(n-5) +43*a(n-6) +47*a(n-7) +7*a(n-8) +26*a(n-9) -13*a(n-10) +6*a(n-11) -5*a(n-12) +a(n-13)
%e A229928 Some solutions for n=3
%e A229928 ..2..0....1..1....2..0....2..0....2..2....0..2....1..0....2..0....2..0....2..0
%e A229928 ..2..1....0..1....0..0....2..2....0..2....1..0....1..2....2..0....0..2....1..1
%e A229928 ..0..1....2..0....0..2....0..2....1..1....1..2....0..2....2..0....0..2....2..0
%K A229928 nonn
%O A229928 1,1
%A A229928 _R. H. Hardin_, Oct 04 2013