|
Search: id:A049020
|
|
|
| A049020 |
|
Triangle of numbers a(n,k), 0<=k<=n, related to Bell numbers. |
|
+0 11
|
|
| 1, 1, 1, 2, 3, 1, 5, 10, 6, 1, 15, 37, 31, 10, 1, 52, 151, 160, 75, 15, 1, 203, 674, 856, 520, 155, 21, 1, 877, 3263, 4802, 3556, 1400, 287, 28, 1, 4140, 17007, 28337, 24626, 11991, 3290, 490, 36, 1, 21147, 94828, 175896, 174805, 101031, 34671, 6972, 786
(list; table; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
COMMENT
|
Triangle a(n,k) read by rows; given by [1, 1, 1, 2, 1, 3, 1, 4, 1, 5, 1,...] DELTA [1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, ...] where DELTA is Deleham's operator defined in A084938.
|
|
REFERENCES
|
M. Aigner, A characterization of the Bell numbers, Discr. Math., 205 (1999), 207-210.
|
|
FORMULA
|
a(n, k)=a(n-1, k-1)+(k+1)*a(n-1, k)+(k+1)*a(n-1, k+1), n >= 1.
a(n, k)=Sum_{i=0..n} stirling2(n, i)*binomial(i, k), k=0..n. E.g.f. for k-th column is (1/k!) *(exp(x)-1)^k*exp(exp(x)-1) - Vladeta Jovovic (vladeta(AT)Eunet.yu), Jan 27 2001
|
|
EXAMPLE
|
1; 1,1; 2,3,1; 5,10,6,1; 15,37,31,10,1; ...
|
|
PROGRAM
|
(PARI) T(n, k)=if(k<0|k>n, 0, n!*polcoeff(polcoeff(exp((1+y)*(exp(x+x*O(x^n))-1)), n), k))
|
|
CROSSREFS
|
First column gives A000110, second column = A005493.
Third column = A003128, row sums = A001861, A059340.
Sequence in context: A090299 A060693 A089302 this_sequence A085853 A137211 A083855
Adjacent sequences: A049017 A049018 A049019 this_sequence A049021 A049022 A049023
|
|
KEYWORD
|
nonn,tabl,nice,easy
|
|
AUTHOR
|
njas
|
|
EXTENSIONS
|
More terms from James A. Sellers (sellersj(AT)math.psu.edu)
|
|
|
Search completed in 0.002 seconds
|