login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A182017 Row square-sums of triangle A182013. 1

%I

%S 1,5,29,165,1020,6606,44805,314299,2266834,16714004,125501364,

%T 956725836,7387322749,57669478609,454492588153,3611698593169,

%U 28911762536992,232949503809562,1887883708627582,15380196764853214,125893997550676627,1034945699861044243

%N Row square-sums of triangle A182013.

%F a(n) = sum(sum(M(i),i=k..n))^2,k=0..n), where the M(n)'s are the Motzkin numbers.

%t M[n_]:=If[n==0,1,Coefficient[(1+x+x^2)^(n+1),x^n]/(n+1)]; Table[Sum[Sum[M[i],{i,k,n}]^2,{k,0,n}],{n,0,40}]

%o (Maxima) M(n):=coeff(expand((1+x+x^2)^(n+1)),x^n)/(n+1);

%o makelist(sum(sum(M(i),i,k,n)^2,k,0,n),n,0,20);

%Y Cf. A182013.

%K nonn

%O 0,2

%A _Emanuele Munarini_, Apr 06 2012

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 22 23:20 EDT 2013. Contains 225585 sequences.