The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A352366 Triangle read by rows. The incomplete Bell transform of the Catalan numbers. 4
1, 0, 1, 0, 1, 1, 0, 2, 3, 1, 0, 5, 11, 6, 1, 0, 14, 45, 35, 10, 1, 0, 42, 199, 210, 85, 15, 1, 0, 132, 938, 1309, 700, 175, 21, 1, 0, 429, 4675, 8498, 5789, 1890, 322, 28, 1, 0, 1430, 24489, 57455, 48762, 19929, 4410, 546, 36, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
FORMULA
Given a sequence s let s|n denote the initial segment s(0), s(1), ..., s(n).
(T(s))(n, k) = IncompleteBellPolynomial(n, k, s|n) where s(n) = CatalanNumber(n).
EXAMPLE
Triangle start:
[0] 1;
[1] 0, 1;
[2] 0, 1, 1;
[3] 0, 2, 3, 1;
[4] 0, 5, 11, 6, 1;
[5] 0, 14, 45, 35, 10, 1;
[6] 0, 42, 199, 210, 85, 15, 1;
[7] 0, 132, 938, 1309, 700, 175, 21, 1;
[8] 0, 429, 4675, 8498, 5789, 1890, 322, 28, 1;
[9] 0, 1430, 24489, 57455, 48762, 19929, 4410, 546, 36, 1;
MAPLE
CatalanNumber := n -> binomial(2*n, n)/(n + 1):
for n from 0 to 9 do
seq(IncompleteBellB(n, k, seq(CatalanNumber(j), j=0 .. n)), k = 0..n) od;
CROSSREFS
Cf. A000108, A352367 (row sums), A352368 (alternating row sums).
Sequence in context: A173050 A172380 A144633 * A264428 A256550 A005210
KEYWORD
nonn,tabl
AUTHOR
Peter Luschny, Mar 15 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 21 05:34 EDT 2024. Contains 372728 sequences. (Running on oeis4.)