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.

A243479 Number of isoscent sequences of length n with exactly six descents.

This page as a plain text file.
%I A243479 #7 Feb 09 2015 10:34:09
%S A243479 2,570,34643,1139465,26298831,479669603,7386945631,100099764774,
%T A243479 1227140160022,13879804132399,146957303797639,1472647088474040,
%U A243479 14087369324642004,129522280702233381,1150891407181302417,9927963973481921295,83454334937159452579
%N A243479 Number of isoscent sequences of length n with exactly six descents.
%H A243479 Joerg Arndt and Alois P. Heinz, <a href="/A243479/b243479.txt">Table of n, a(n) for n = 11..100</a>
%t A243479 b[n_, i_, t_] := b[n, i, t] = If[n < 1, 1, Expand[Sum[ If[j < i, x, 1] *b[n - 1, j, t + If[j == i, 1, 0]], {j, 0, t + 1}]]]; a[n_] := Coefficient[b[n - 1, 0, 0], x, 6]; Table[a[n], {n, 11, 40}] (* _Jean-François Alcover_, Feb 09 2015, after A242352 *)
%Y A243479 Column k=6 of A242352.
%K A243479 nonn
%O A243479 11,1
%A A243479 _Joerg Arndt_ and _Alois P. Heinz_, Jun 05 2014