login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

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

%I #6 Apr 09 2012 11:58:57

%S 1,5,29,219,2011,20911,235543,2801821,34667941,441977129,5768828529,

%T 76743400197,1037119411309,14202556969109,196703352545189,

%U 2751033268619879,38804220883714919,551466071408325299,7889476725800450699,113542652361590443679

%N Row square-sums of triangle A210658.

%F a(n) = sum(sum(binomial(2i,i)/(i+1),i=k..n))^2, k=0..n).

%t Table[Sum[Sum[Binomial[2i,i]/(i+1),{i,k,n}]^2,{k,0,n}],{n,0,40}]

%o (Maxima) makelist(sum(sum(binomial(2*i,i)/(i+1),i,k,n)^2,k,0,n),n,0,20);

%Y Cf. A210658.

%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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 09:17 EDT 2024. Contains 371967 sequences. (Running on oeis4.)