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.

A276301 Number of 4 X n 0..2 arrays with no element equal to any value at offset (-2,-1) (-1,1) or (0,-1) and new values introduced in order 0..2.

This page as a plain text file.
%I A276301 #8 Feb 05 2019 15:13:38
%S A276301 14,31,189,1017,5909,33461,191289,1089941,6217661,35454545,202199549,
%T A276301 1153097557,6575970385,37501690413,213866533133,1219647879417,
%U A276301 6955465873669,39665957261253,226208890949593,1290034710761669
%N A276301 Number of 4 X n 0..2 arrays with no element equal to any value at offset (-2,-1) (-1,1) or (0,-1) and new values introduced in order 0..2.
%H A276301 R. H. Hardin, <a href="/A276301/b276301.txt">Table of n, a(n) for n = 1..210</a>
%F A276301 Empirical: a(n) = 4*a(n-1) + 10*a(n-2) - 6*a(n-4) - 22*a(n-5) + 15*a(n-6) for n>8.
%F A276301 Empirical g.f.: x*(14 - 25*x - 75*x^2 - 49*x^3 + 35*x^4 + 149*x^5 - 39*x^6 - 30*x^7) / ((1 - x)*(1 - 3*x - 13*x^2 - 13*x^3 - 7*x^4 + 15*x^5)). - _Colin Barker_, Feb 05 2019
%e A276301 Some solutions for n=4:
%e A276301 ..0..1..0..2. .0..1..2..1. .0..1..0..1. .0..1..0..1. .0..1..0..1
%e A276301 ..0..1..0..2. .2..1..2..1. .0..1..2..0. .2..1..2..1. .0..1..0..2
%e A276301 ..2..1..0..1. .0..1..2..1. .0..1..2..1. .0..1..0..1. .0..2..0..1
%e A276301 ..2..1..0..1. .2..0..2..0. .2..1..0..1. .0..1..2..1. .1..2..0..2
%Y A276301 Row 4 of A276299.
%K A276301 nonn
%O A276301 1,1
%A A276301 _R. H. Hardin_, Aug 28 2016