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!)
A331998 Triangle of coefficients of quasi-Stirling polynomials. 1
1, 1, 3, 1, 13, 16, 1, 39, 171, 125, 1, 101, 1091, 2551, 1296, 1, 243, 5498, 28838, 43653, 16807, 1, 561, 24270, 243790, 780585, 850809, 262144, 1, 1263, 98661, 1733035, 10073955, 22278189, 18689527, 4782969, 1, 2797, 379693, 10996369, 106215619, 410994583, 677785807, 457947691, 100000000 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Sergi Elizalde, Descents on quasi-Stirling permutations, arXiv:2002.00985 [math.CO], 2020. See p. 7.
EXAMPLE
Triangle begins
1;
1, 3;
1, 13, 16;
1, 39, 171, 125;
1, 101, 1091, 2551, 1296;
1, 243, 5498, 28838, 43653, 16807;
PROG
(PARI)
A(t, z) = (1-t)/(1 - t*exp((1-t)*z));
Q(n, t) = (n!/(n+1))*polcoeff(A(t, z)^(n+1), n, z);
row(n) = my(rowx = Vec(Q(n, t))); vector(n, k, rowx[k]);
CROSSREFS
Sequence in context: A133171 A133177 A184828 * A053286 A008826 A103440
KEYWORD
nonn,tabl
AUTHOR
Michel Marcus, Feb 05 2020
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 June 6 04:28 EDT 2024. Contains 373115 sequences. (Running on oeis4.)