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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154949 Diagonal sums of Riordan array A154948. 1
1, 1, 3, 5, 10, 18, 34, 62, 115, 211, 389, 715, 1316, 2420, 4452, 8188, 15061, 27701, 50951, 93713, 172366, 317030, 583110, 1072506, 1972647, 3628263, 6673417, 12274327, 22576008, 41523752, 76374088, 140473848, 258371689, 475219625 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

G.f.: 1/((1-x^2)(1-x-x^2-x^3));

a(n)=sum{k=0..floor(n/2), sum{j=0..n-k+1, C(n-k+1-j,k+1)C(k-1,j)}}.

MATHEMATICA

a=0; b=0; c=0; lst={}; Do[z=a+b+c+1; AppendTo[lst, z]; a=b; b=c; c=z; z=a+b+c; AppendTo[lst, z]; a=b; b=c; c=z, {n, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Feb 17 2010]

CROSSREFS

Sequence in context: A054179 A010049 A094986 * A107232 A134522 A001445

Adjacent sequences:  A154946 A154947 A154948 * A154950 A154951 A154952

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Jan 17 2009

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 February 15 17:13 EST 2012. Contains 205828 sequences.