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

A131236
Row sums of A131235.
3
1, 2, 5, 14, 48, 190, 873, 4504, 25989, 164686, 1141079, 8550794, 69034238, 596165874, 5489044279, 53611773888, 553937164945, 6032197300602, 69070616521369, 829210595494742, 10416695090023412, 136614200179164806, 1867352453003735541
OFFSET
0,2
MAPLE
A131236 := proc(d)
add( A131235(d-m, m), m=0..d) ;
end proc:
seq(A131236(n), n=0..20) ; # R. J. Mathar, Mar 20 2018
CROSSREFS
Sequence in context: A129778 A060797 A124381 * A119499 A079452 A081920
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Jun 20 2007
EXTENSIONS
Extended by R. J. Mathar, Mar 20 2018
STATUS
approved