STATUS
editing
approved
editing
approved
a(n) is the n-th term of the n-fold convolution of Bell numbers with themselves. - Alois P. Heinz, Feb 12 2019
approved
editing
editing
approved
a(n) = A205574(n,2n,n).
editing
approved
Alois P. Heinz, <a href="/A292871/b292871.txt">Table of n, a(n) for n = 0..573</a>
b:= proc(n, k) option remember; `if`(n=0, 1, `if`(k=0, 0,
`if`(k=1, add(b(n-j, k)*binomial(n-1, j-1), j=1..n),
(h-> add(b(j, h)*b(n-j, k-h), j=0..n))(iquo(k, 2)))))
end:
a:= n-> b(n$2):
seq(a(n), n=0..25); # Alois P. Heinz, May 31 2018
approved
editing
proposed
approved
editing
proposed