13,1
Joerg Arndt and Alois P. Heinz, Table of n, a(n) for n = 13..100
b:= proc(n, i, t) option remember; `if`(n<1, 1, expand(add(
`if`(j>i, x, 1) *b(n-1, j, t+`if`(j=i, 1, 0)), j=0..t+1)))
end:
a:= n-> coeff(b(n-1, 0$2), x, 8):
seq(a(n), n=13..35);
Column k=8 of A242351.
Sequence in context: A295599 A270254 A273629 * A246633 A157459 A159393
Adjacent sequences: A243231 A243232 A243233 * A243235 A243236 A243237
nonn
Joerg Arndt and Alois P. Heinz, Jun 01 2014
approved