Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A152548
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A152548 Sum of squared terms in rows of triangle A152547: a(n) = Sum_{k=0..C(n,[n/2])-1} A152547(n,k)^2. +0
3
1, 4, 10, 24, 54, 120, 260, 560, 1190, 2520, 5292, 11088, 23100, 48048, 99528, 205920, 424710, 875160, 1798940, 3695120, 7574996, 15519504, 31744440, 64899744, 132503644, 270415600, 551231800, 1123264800, 2286646200, 4653525600 (list; graph; listen)
OFFSET

0,2

FORMULA

G.f.: A(x) = sqrt( (1+2x)/(1-2x)^3 ).

a(n) = Sum_{k=0..[(n+1)/2]} C(n+1, k)*(n+1-2k)^3/(n+1).

a(n) = A107233(n)/(n+1).

Self-convolution equals A014477.

PROGRAM

(PARI) a(n)=sum(k=0, floor((n+1)/2), binomial(n+1, k)*(n+1-2*k)^3)/(n+1)

CROSSREFS

Cf. A152547, A107233, A014477.

Sequence in context: A162588 A080615 A097976 this_sequence A090855 A052252 A087447

Adjacent sequences: A152545 A152546 A152547 this_sequence A152549 A152550 A152551

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 14 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research