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.

A233085 Number of 4Xn 0..3 arrays with no element x(i,j) adjacent to value 3-x(i,j) horizontally or antidiagonally, top left element zero, and 1 appearing before 2 in row major order.

This page as a plain text file.
%I A233085 #6 Jul 23 2025 07:51:45
%S A233085 36,1094,41675,1588262,60632429,2315298290,88417171553,3376534087742,
%T A233085 128945571641429,4924269835697930,188051703434648393,
%U A233085 7181459293743807062,274250946368131595069,10473300553139406347810,399962246005236076609073
%N A233085 Number of 4Xn 0..3 arrays with no element x(i,j) adjacent to value 3-x(i,j) horizontally or antidiagonally, top left element zero, and 1 appearing before 2 in row major order.
%C A233085 Row 4 of A233082
%H A233085 R. H. Hardin, <a href="/A233085/b233085.txt">Table of n, a(n) for n = 1..210</a>
%F A233085 Empirical: a(n) = 49*a(n-1) -450*a(n-2) +1466*a(n-3) -1853*a(n-4) +789*a(n-5) for n>8
%e A233085 Some solutions for n=3
%e A233085 ..0..1..0....0..0..0....0..1..1....0..0..0....0..1..0....0..1..1....0..1..0
%e A233085 ..0..0..2....0..0..1....1..0..1....0..1..0....3..2..3....1..1..1....3..1..3
%e A233085 ..0..2..2....2..0..0....1..3..3....0..2..0....2..2..2....1..0..1....3..1..0
%e A233085 ..3..3..2....0..1..0....3..1..3....0..1..1....2..0..2....1..0..0....3..2..0
%K A233085 nonn
%O A233085 1,1
%A A233085 _R. H. Hardin_, Dec 03 2013