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.

A231199 T(n,k)=Number of (n+1)X(k+1) 0..2 arrays with no element equal to a strict majority of its horizontal, vertical and antidiagonal neighbors, with values 0..2 introduced in row major order.

This page as a plain text file.
%I A231199 #6 Jul 23 2025 06:18:09
%S A231199 9,67,67,538,1413,538,4264,31665,31665,4264,33868,704428,2001156,
%T A231199 704428,33868,268936,15698874,125862699,125862699,15698874,268936,
%U A231199 2135636,349736292,7925306181,22370911245,7925306181,349736292,2135636,16959144
%N A231199 T(n,k)=Number of (n+1)X(k+1) 0..2 arrays with no element equal to a strict majority of its horizontal, vertical and antidiagonal neighbors, with values 0..2 introduced in row major order.
%C A231199 Table starts
%C A231199 .......9.........67............538...............4264.................33868
%C A231199 ......67.......1413..........31665.............704428..............15698874
%C A231199 .....538......31665........2001156..........125862699............7925306181
%C A231199 ....4264.....704428......125862699........22370911245.........3979620300917
%C A231199 ...33868...15698874.....7925306181......3979620300917......2000159147569783
%C A231199 ..268936..349736292...498915418541....707803712206189...1005095606724544160
%C A231199 .2135636.7791727354.31409217221246.125892415174551558.505085343218758535024
%H A231199 R. H. Hardin, <a href="/A231199/b231199.txt">Table of n, a(n) for n = 1..97</a>
%F A231199 Empirical for column k:
%F A231199 k=1: a(n) = 8*a(n-1) -4*a(n-3) +4*a(n-4) -12*a(n-5) -16*a(n-6)
%F A231199 k=2: [order 18]
%F A231199 k=3: [order 62]
%e A231199 Some solutions for n=1 k=4
%e A231199 ..0..1..2..2..1....0..0..1..2..0....0..1..1..2..2....0..0..0..1..0
%e A231199 ..0..1..0..1..2....2..0..0..0..2....0..1..0..0..0....1..1..2..1..1
%K A231199 nonn,tabl
%O A231199 1,1
%A A231199 _R. H. Hardin_, Nov 05 2013