login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A372312
Row sums of A372311.
2
1, 2, 15, 292, 10845, 653406, 58018051, 7123041416, 1155276253305, 239189245299010, 61550396579410431, 19268616527909790636, 7210621330821550184725, 3178541959877575827583334, 1630110354806890680999093435, 962286069560027427207269245456
OFFSET
0,2
MAPLE
S := (n, k) -> local j; n^k*add(eulerian1(n, j)*binomial(n-j, n-k), j = 0..n):
seq(add(S(n, k), k = 0..n), n = 0..15);
CROSSREFS
Sequence in context: A371673 A087526 A283275 * A264703 A262961 A231256
KEYWORD
nonn
AUTHOR
Peter Luschny, Apr 26 2024
STATUS
approved