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

Row sums of A131235.
3

%I #5 Mar 20 2018 08:16:09

%S 1,2,5,14,48,190,873,4504,25989,164686,1141079,8550794,69034238,

%T 596165874,5489044279,53611773888,553937164945,6032197300602,

%U 69070616521369,829210595494742,10416695090023412,136614200179164806,1867352453003735541

%N Row sums of A131235.

%p A131236 := proc(d)

%p add( A131235(d-m,m),m=0..d) ;

%p end proc:

%p seq(A131236(n),n=0..20) ; # _R. J. Mathar_, Mar 20 2018

%K easy,nonn

%O 0,2

%A _Vladeta Jovovic_, Jun 20 2007

%E Extended by _R. J. Mathar_, Mar 20 2018