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!)
A049863 a(n)=Sum{a(k): k=0,1,2,...,n-4,n-2,n-1}; a(n-3) is not a summand; 3 initial terms required. 1
0, 3, 4, 7, 11, 21, 39, 74, 138, 258, 481, 898, 1676, 3129, 5841, 10904, 20355, 37998, 70933, 132415, 247187, 461439, 861396, 1608020, 3001788, 5603619, 10460614, 19527460, 36453089, 68049183, 127031520, 237137411, 442678728 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n)=2*a(n-1)-a(n-3)+a(n-4); 4 initial terms required.
G.f.: (x^3+2x^2-3x)/(x^4-x^3+2x-1). - _Harvey P. Dale, Apr 26 2011
MATHEMATICA
LinearRecurrence[{2, 0, -1, 1}, {0, 3, 4, 7}, 40] (* or *) CoefficientList[ Series[(x^3+2x^2-3x)/(x^4-x^3+2x-1), {x, 0, 50}], x] (* Harvey P. Dale, Apr 26 2011 *)
CROSSREFS
Sequence in context: A041018 A361907 A072255 * A025068 A049928 A002364
KEYWORD
nonn
AUTHOR
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 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)