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.

A250420 Number of length 3+1 0..n arrays with the sum of the minimum of each adjacent pair multiplied by some arrangement of +-1 equal to zero.

This page as a plain text file.
%I A250420 #8 Nov 14 2018 07:18:43
%S A250420 10,38,99,205,370,606,927,1345,1874,2526,3315,4253,5354,6630,8095,
%T A250420 9761,11642,13750,16099,18701,21570,24718,28159,31905,35970,40366,
%U A250420 45107,50205,55674,61526,67775,74433,81514,89030,96995,105421,114322,123710,133599
%N A250420 Number of length 3+1 0..n arrays with the sum of the minimum of each adjacent pair multiplied by some arrangement of +-1 equal to zero.
%H A250420 R. H. Hardin, <a href="/A250420/b250420.txt">Table of n, a(n) for n = 1..210</a>
%F A250420 Empirical: a(n) = 3*a(n-1) -2*a(n-2) -2*a(n-3) +3*a(n-4) -a(n-5).
%F A250420 Empirical for n mod 2 = 0: a(n) = (13/6)*n^3 + (13/4)*n^2 + (10/3)*n + 1.
%F A250420 Empirical for n mod 2 = 1: a(n) = (13/6)*n^3 + (13/4)*n^2 + (10/3)*n + (5/4).
%F A250420 Empirical g.f.: x*(10 + 8*x + 5*x^2 + 4*x^3 - x^4) / ((1 - x)^4*(1 + x)). - _Colin Barker_, Nov 14 2018
%e A250420 Some solutions for n=6:
%e A250420 ..0....4....3....5....0....2....4....0....5....0....4....1....2....4....5....1
%e A250420 ..2....2....1....2....5....4....2....0....0....4....4....1....2....6....4....0
%e A250420 ..0....2....1....4....2....4....5....1....3....1....4....2....5....2....6....3
%e A250420 ..5....0....0....4....4....2....4....0....0....4....0....3....0....6....0....0
%Y A250420 Row 3 of A250419.
%K A250420 nonn
%O A250420 1,1
%A A250420 _R. H. Hardin_, Nov 22 2014