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!)
A350462 Table read by rows, T(n, k) = Y(2*n, k, Z(2*n - k)) where Y are the partial Bell polynomials and Z(m) is the list [A126869(j), j = 1..2*(m+1)]. 2
1, 0, 2, 0, 6, 12, 0, 20, 180, 120, 0, 70, 2380, 5040, 1680, 0, 252, 31500, 163800, 151200, 30240, 0, 924, 425964, 4989600, 9702000, 4989600, 665280, 0, 3432, 5885880, 150174024, 554954400, 554954400, 181621440, 17297280 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
[0] 1;
[1] 0, 2;
[2] 0, 6, 12;
[3] 0, 20, 180, 120;
[4] 0, 70, 2380, 5040, 1680;
[5] 0, 252, 31500, 163800, 151200, 30240;
[6] 0, 924, 425964, 4989600, 9702000, 4989600, 665280;
[7] 0, 3432, 5885880, 150174024, 554954400, 554954400, 181621440, 17297280;
MATHEMATICA
Z[n_] := Flatten[Table[{0, Binomial[2 j, j]}, {j, 1, n}]];
T[n_, k_] := BellY[2 n, k, Z[2 n - k]];
Table[T[n, k], {n, 0, 6}, {k, 0, n}] // TableForm
CROSSREFS
Cf. A350291 (row sums), A000984 (column 1), A001813 (main diagonal).
Cf. A350463.
Sequence in context: A078048 A362186 A335061 * A357367 A110667 A347929
KEYWORD
nonn,tabl
AUTHOR
Peter Luschny, Mar 12 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 August 6 17:08 EDT 2024. Contains 374980 sequences. (Running on oeis4.)