OFFSET
0,4
COMMENTS
Triangle T(n,k), 0 <= k <= n, read by rows, given by [1, 1, 1, 2, 1, 3, 1, 4, 1, 5, 1, 6, ...] DELTA [1, 1, 1, 2, 1, 3, 1, 4, 1, 5, 1, 6, ...] where DELTA is the operator defined in A084938. - Philippe Deléham, Aug 10 2005
LINKS
FORMULA
a(n,k) = Bell(n)*C(n,k).
E.g.f.: A(x,y) = exp(exp(x+xy)-1).
EXAMPLE
1;
1, 1;
2, 4, 2;
5, 15, 15, 5;
15, 60, 90, 60, 15; ...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Christian G. Bower, Jun 09 2000
STATUS
approved