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.

A200059 Number of -n..n arrays x(0..4) of 5 elements with zero sum and elements alternately strictly increasing and strictly decreasing.

This page as a plain text file.
%I A200059 #8 May 17 2018 10:59:46
%S A200059 6,68,288,840,1948,3914,7074,11862,18732,28244,40970,57598,78816,
%T A200059 105444,138284,178282,226362,283598,351026,429852,521230,626492,
%U A200059 746910,883944,1038982,1213616,1409348,1627896,1870884,2140158,2437454,2764750,3123900
%N A200059 Number of -n..n arrays x(0..4) of 5 elements with zero sum and elements alternately strictly increasing and strictly decreasing.
%C A200059 Row 5 of A200057.
%H A200059 R. H. Hardin, <a href="/A200059/b200059.txt">Table of n, a(n) for n = 1..200</a>
%F A200059 Empirical: a(n) = 2*a(n-1) -a(n-3) -2*a(n-5) +2*a(n-6) +a(n-8) -2*a(n-10) +a(n-11).
%F A200059 Empirical g.f.: 2*x*(3 + 28*x + 76*x^2 + 135*x^3 + 168*x^4 + 159*x^5 + 105*x^6 + 51*x^7 + 10*x^8 + x^9) / ((1 - x)^5*(1 + x)^2*(1 + x^2)*(1 + x + x^2)). - _Colin Barker_, May 17 2018
%e A200059 Some solutions for n=6:
%e A200059 ..1...-1....3...-6...-4...-1....1....4....6...-3....5...-1....1....1....1...-2
%e A200059 ..0....2...-6....2....3...-5....2...-6...-1...-5...-6....2...-1....5...-2....6
%e A200059 ..1...-2....4...-3...-3....5...-6....3....3....5....6...-4....4...-2....2...-5
%e A200059 .-3....5...-5....4....4...-1....4...-3...-5....1...-4....2...-3...-1...-5....1
%e A200059 ..1...-4....4....3....0....2...-1....2...-3....2...-1....1...-1...-3....4....0
%Y A200059 Cf. A200057.
%K A200059 nonn
%O A200059 1,1
%A A200059 _R. H. Hardin_, Nov 13 2011