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.

A230658 Number of nX3 0..2 black 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 A230658 #8 Jun 02 2025 08:44:28
%S A230658 0,3,15,21,135,177,1155,1509,9855,12873,84075,109821,717255,936897,
%T A230658 6118995,7992789,52201935,68187513,445341435,581716461,3799265175,
%U A230658 4962698097,32412020835,42337417029,276511126815,361185960873
%N A230658 Number of nX3 0..2 black square subarrays x(i,j) with each element diagonally or antidiagonally next to at least one element with value 2-x(i,j).
%C A230658 Column 3 of A230661
%H A230658 R. H. Hardin, <a href="/A230658/b230658.txt">Table of n, a(n) for n = 1..210</a>
%F A230658 Empirical: a(n) = 9*a(n-2) -4*a(n-4).
%F A230658 Empirical: G.f. -3*x^2*(-1-5*x+2*x^2) / ( 1-9*x^2+4*x^4 ). - _R. J. Mathar_, Oct 27 2013
%e A230658 Some solutions for n=5
%e A230658 ..x..0..x....x..2..x....x..1..x....x..0..x....x..2..x....x..2..x....x..2..x
%e A230658 ..1..x..2....0..x..0....0..x..1....2..x..0....0..x..0....2..x..0....0..x..0
%e A230658 ..x..1..x....x..0..x....x..2..x....x..2..x....x..2..x....x..0..x....x..1..x
%e A230658 ..2..x..2....2..x..0....1..x..0....0..x..2....0..x..0....0..x..0....0..x..1
%e A230658 ..x..0..x....x..2..x....x..1..x....x..0..x....x..2..x....x..2..x....x..2..x
%K A230658 nonn
%O A230658 1,2
%A A230658 _R. H. Hardin_, Oct 27 2013