The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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
1, 5, 29, 219, 2011, 20911, 235543, 2801821, 34667941, 441977129, 5768828529, 76743400197, 1037119411309, 14202556969109, 196703352545189, 2751033268619879, 38804220883714919, 551466071408325299, 7889476725800450699, 113542652361590443679 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = sum(sum(binomial(2i,i)/(i+1),i=k..n))^2, k=0..n).
MATHEMATICA
Table[Sum[Sum[Binomial[2i, i]/(i+1), {i, k, n}]^2, {k, 0, n}], {n, 0, 40}]
PROG
(Maxima) makelist(sum(sum(binomial(2*i, i)/(i+1), i, k, n)^2, k, 0, n), n, 0, 20);
CROSSREFS
Cf. A210658.
Sequence in context: A057623 A356336 A352294 * A309260 A087662 A113012
KEYWORD
nonn
AUTHOR
Emanuele Munarini, Apr 06 2012
STATUS
approved

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 May 14 23:22 EDT 2024. Contains 372535 sequences. (Running on oeis4.)