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!)
A116413 Expansion of (1+x)/(1-2x-x^2-x^3). 3
1, 3, 7, 18, 46, 117, 298, 759, 1933, 4923, 12538, 31932, 81325, 207120, 527497, 1343439, 3421495, 8713926, 22192786, 56520993, 143948698, 366611175, 933692041, 2377943955, 6056191126, 15424018248, 39282171577, 100044552528, 254795294881, 648917313867 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Diagonal sums of number triangle A116412. A078058 is an alternating sign version.
LINKS
FORMULA
a(n)=2a(n-1)+a(n-2)+a(n-3); a(n)=sum{k=0..floor(n/2), sum{j=0..n-k, C(k+1,j)C(n-k-j,k)2^(n-2k-j)}}.
MATHEMATICA
CoefficientList[Series[(1+x)/(1-2x-x^2-x^3), {x, 0, 50}], x] (* or *) LinearRecurrence[{2, 1, 1}, {1, 3, 7}, 50] (* Vladimir Joseph Stephan Orlovsky, Jan 31 2012 *)
CROSSREFS
Sequence in context: A318899 A114713 A078058 * A052960 A059512 A094297
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Feb 13 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 May 8 11:12 EDT 2024. Contains 372332 sequences. (Running on oeis4.)