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.

A200786 Number of 0..n arrays x(0..3) of 4 elements without any two consecutive increases.

This page as a plain text file.
%I A200786 #17 Oct 15 2017 20:26:36
%S A200786 16,75,225,530,1071,1946,3270,5175,7810,11341,15951,21840,29225,38340,
%T A200786 49436,62781,78660,97375,119245,144606,173811,207230,245250,288275,
%U A200786 336726,391041,451675,519100,593805,676296,767096,866745,975800,1094835
%N A200786 Number of 0..n arrays x(0..3) of 4 elements without any two consecutive increases.
%C A200786 Row 2 of A200785.
%H A200786 R. H. Hardin, <a href="/A200786/b200786.txt">Table of n, a(n) for n = 1..140</a>
%H A200786 A. Burstein and T. Mansour, <a href="http://arXiv.org/abs/math.CO/0112281">Words restricted by 3-letter generalized multipermutation patterns</a>, Annals. Combin., 7 (2003), 1-14. See Th. 3.13.
%F A200786 Empirical: a(n) = (17/24)*n^4 + (43/12)*n^3 + (151/24)*n^2 + (53/12)*n + 1.
%F A200786 Conjectures from _Colin Barker_, Oct 15 2017: (Start)
%F A200786 G.f.: x*(16 - 5*x + 10*x^2 - 5*x^3 + x^4) / (1 - x)^5.
%F A200786 a(n) = (24 + 106*n + 151*n^2 + 86*n^3 + 17*n^4) / 24.
%F A200786 a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5) for n>5.
%F A200786 (End)
%e A200786 Some solutions for n=3
%e A200786 ..0....1....0....3....2....3....3....2....3....1....0....1....0....3....1....0
%e A200786 ..0....3....3....1....2....3....2....0....3....3....3....2....0....2....1....2
%e A200786 ..3....2....3....1....1....0....2....3....3....1....1....1....2....1....3....1
%e A200786 ..1....2....1....2....3....0....1....0....3....2....2....2....2....2....1....1
%K A200786 nonn
%O A200786 1,1
%A A200786 _R. H. Hardin_, Nov 22 2011