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”).

A363912
Row sums of A363733.
1
1, 1, 2, 5, 12, 30, 80, 236, 782, 2872, 11551, 50208, 233475, 1153424, 6022129, 33094892, 190798443, 1150698311, 7241821945, 47455029775, 323155438297, 2282781968327, 16700909857189, 126356647220803, 987303496571557, 7957134024398329, 66071773173223712
OFFSET
0,3
MAPLE
# Using function A from A363733.
seq(add(A(n - k, k), k = 0..n), n = 0..26);
CROSSREFS
Cf. A363733.
Sequence in context: A213263 A179544 A182488 * A261788 A112412 A309506
KEYWORD
nonn
AUTHOR
Peter Luschny, Jun 28 2023
STATUS
approved