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.

A230648 Number of nX4 0..2 white square subarrays x(i,j) with each element diagonally or antidiagonally next to at least one element with value 2-x(i,j).

This page as a plain text file.
%I A230648 #8 Jun 02 2025 08:43:45
%S A230648 0,9,21,123,531,2547,11745,54957,255753,1192623,5557191,25901847,
%T A230648 120714693,562609041,2622085629,12220512675,56954899323,265444104699,
%U A230648 1237128910377,5765764156725,26871924749169,125239314486231
%N A230648 Number of nX4 0..2 white square subarrays x(i,j) with each element diagonally or antidiagonally next to at least one element with value 2-x(i,j).
%C A230648 Column 4 of A230652
%H A230648 R. H. Hardin, <a href="/A230648/b230648.txt">Table of n, a(n) for n = 1..210</a>
%F A230648 Empirical: a(n) = 3*a(n-1) +8*a(n-2) -a(n-3) -a(n-4) for n>5.
%F A230648 Empirical: G.f. 3*x^2*(1+x)*(x^2-5*x+3) / ( 1-3*x-8*x^2+x^3+x^4 ). - _R. J. Mathar_, Oct 27 2013
%e A230648 Some solutions for n=5
%e A230648 ..0..x..0..x....0..x..0..x....2..x..0..x....1..x..1..x....0..x..0..x
%e A230648 ..x..2..x..0....x..2..x..1....x..0..x..2....x..1..x..1....x..2..x..2
%e A230648 ..0..x..2..x....0..x..1..x....2..x..2..x....2..x..1..x....2..x..1..x
%e A230648 ..x..2..x..0....x..2..x..0....x..0..x..0....x..0..x..2....x..0..x..1
%e A230648 ..0..x..0..x....0..x..2..x....2..x..2..x....2..x..0..x....2..x..2..x
%K A230648 nonn
%O A230648 1,2
%A A230648 _R. H. Hardin_, Oct 27 2013