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!)
A355610 Square array T(n,k), n>=0, k>=0, read by antidiagonals, where column k is the expansion of e.g.f. (1 - x)^(-x^k/k!). 6
1, 1, 1, 1, 0, 2, 1, 0, 2, 6, 1, 0, 0, 3, 24, 1, 0, 0, 3, 20, 120, 1, 0, 0, 0, 6, 90, 720, 1, 0, 0, 0, 4, 20, 594, 5040, 1, 0, 0, 0, 0, 10, 180, 4200, 40320, 1, 0, 0, 0, 0, 5, 40, 1134, 34544, 362880, 1, 0, 0, 0, 0, 0, 15, 210, 7980, 316008, 3628800, 1, 0, 0, 0, 0, 0, 6, 70, 1904, 71280, 3207240, 39916800 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
T(0,k) = 1 and T(n,k) = (n-1)!/k! * Sum_{j=k+1..n} j/(j-k) * T(n-j,k)/(n-j)! for n > 0.
T(n,k) = n! * Sum_{j=0..floor(n/(k+1))} |Stirling1(n-k*j,j)|/(k!^j * (n-k*j)!).
EXAMPLE
Square array begins:
1, 1, 1, 1, 1, 1, 1, ...
1, 0, 0, 0, 0, 0, 0, ...
2, 2, 0, 0, 0, 0, 0, ...
6, 3, 3, 0, 0, 0, 0, ...
24, 20, 6, 4, 0, 0, 0, ...
120, 90, 20, 10, 5, 0, 0, ...
720, 594, 180, 40, 15, 6, 0, ...
PROG
(PARI) T(n, k) = n!*sum(j=0, n\(k+1), abs(stirling(n-k*j, j, 1))/(k!^j*(n-k*j)!));
CROSSREFS
Columns k=0..4 give A000142, A066166, A351492, A351493, A355507.
Sequence in context: A059084 A246117 A295688 * A355609 A266994 A267072
KEYWORD
nonn,tabl
AUTHOR
Seiichi Manyama, Jul 09 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 26 05:37 EDT 2024. Contains 372807 sequences. (Running on oeis4.)