%I #5 Jun 01 2014 18:50:38
%S 72,22702,1726823,67907889,1795511707,36321261053,605440292330,
%T 8715982350668,111865311047525,1309224069548063,14207107757575607,
%U 144766250416253170,1398869193142980670,12919066626921248461,114754676548076467734,985458803547385212585
%N Number of isoscent sequences of length n with exactly eight ascents.
%H Joerg Arndt and Alois P. Heinz, <a href="/A243234/b243234.txt">Table of n, a(n) for n = 13..100</a>
%p b:= proc(n, i, t) option remember; `if`(n<1, 1, expand(add(
%p `if`(j>i, x, 1) *b(n-1, j, t+`if`(j=i, 1, 0)), j=0..t+1)))
%p end:
%p a:= n-> coeff(b(n-1, 0$2), x, 8):
%p seq(a(n), n=13..35);
%Y Column k=8 of A242351.
%K nonn
%O 13,1
%A _Joerg Arndt_ and _Alois P. Heinz_, Jun 01 2014