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.

A203294 Number of arrays of 8 nondecreasing integers in -n..n with sum zero and equal numbers greater than zero and less than zero.

This page as a plain text file.
%I A203294 #7 Dec 15 2023 20:06:34
%S A203294 5,15,57,188,544,1380,3172,6687,13163,24435,43195,73194,119616,189346,
%T A203294 291486,437723,642977,925889,1309647,1822576,2499166,3380806,4517000,
%U A203294 5966265,7797585,10091447,12941561,16456084,20759580,25994452,32323204
%N A203294 Number of arrays of 8 nondecreasing integers in -n..n with sum zero and equal numbers greater than zero and less than zero.
%C A203294 Row 4 of A203291.
%H A203294 R. H. Hardin, <a href="/A203294/b203294.txt">Table of n, a(n) for n = 1..210</a>
%F A203294 Empirical: a(n) = 3*a(n-1) -a(n-2) -3*a(n-3) +7*a(n-6) -3*a(n-7) -2*a(n-8) -2*a(n-9) -3*a(n-10) +7*a(n-11) -3*a(n-14) -a(n-15) +3*a(n-16) -a(n-17).
%e A203294 Some solutions for n=3
%e A203294 .-3....0...-3...-3...-3...-2...-3...-3...-3...-3...-2...-1...-3...-3...-3...-2
%e A203294 .-3....0....0...-3...-2....0...-2...-3...-3...-3...-2...-1...-2...-1...-3...-2
%e A203294 .-2....0....0...-3...-2....0...-1...-2...-1....0...-2...-1...-2....0...-3...-1
%e A203294 .-1....0....0....0...-1....0...-1...-2...-1....0....0....0....0....0...-3...-1
%e A203294 ..1....0....0....0....1....0....1....2....2....0....0....0....0....0....3....1
%e A203294 ..2....0....0....3....2....0....1....2....2....0....2....1....1....0....3....1
%e A203294 ..3....0....0....3....2....0....2....3....2....3....2....1....3....1....3....1
%e A203294 ..3....0....3....3....3....2....3....3....2....3....2....1....3....3....3....3
%Y A203294 Cf. A203291.
%K A203294 nonn
%O A203294 1,1
%A A203294 _R. H. Hardin_, Dec 31 2011