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!)
A118802 Row squared sums of triangle A118801: a(n) = Sum_{k=0..n} A118801(n,k)^2. 2
1, 2, 11, 76, 565, 4406, 35455, 291264, 2427113, 20436202, 173435251, 1481052596, 12711044125, 109543953182, 947334302951, 8216780507176, 71450654876625, 622692860482514, 5437356743763163, 47561030194674972, 416661242790844421 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Self-convolution of A118803.
LINKS
PROG
(PARI) {a(n)=sum(k=0, n, (1+(-1)^k*2^(n-k+1)*sum(j=0, k\2, binomial(n-2*j-2, k-2*j-1)))^2)}
CROSSREFS
Sequence in context: A354298 A350580 A209101 * A365146 A350680 A349408
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 02 2006
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 April 24 06:30 EDT 2024. Contains 371919 sequences. (Running on oeis4.)