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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A026384 Sum{T(i,j)}, 0<=j<=i, 0<=i<=n, where T is the array in A026374. 0
1, 3, 8, 18, 43, 93, 218, 468, 1093, 2343, 5468, 11718, 27343, 58593, 136718, 292968, 683593, 1464843, 3417968, 7324218, 17089843, 36621093, 85449218, 183105468, 427246093, 915527343, 2136230468, 4577636718, 10681152343 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Partial sums of A026383. Number of lattice paths from (0,0) that do not go to right of the line x=n, using the steps U=(1,1), D=(1,-1) and, at levels ...,-4,-2,0,2,4,..., also H=(2,0). Example: a(2)=8 because we have the empty path, U, D, UU, UD, DD, DU and H. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 18 2004

FORMULA

G.f.: [1+2x]/[(1-x)(1-5x^2)]. - R. Stephan, Apr 30 2004

MAPLE

a[0]:=0:a[1]:=1:for n from 2 to 100 do a[n]:=5*a[n-2]+3 od: seq(a[n], n=1..29); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 17 2008

CROSSREFS

Cf. A026383.

Sequence in context: A026679 A191524 A026756 * A066143 A110045 A108931

Adjacent sequences:  A026381 A026382 A026383 * A026385 A026386 A026387

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

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 14 22:03 EST 2012. Contains 205668 sequences.