The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A049859 a(n) = Sum_{k=0,1,2,...,n-4,n-2,n-1} a(k); a(n-3) is not a summand; 3 initial terms required. 1
0, 1, 3, 4, 7, 12, 23, 43, 81, 151, 282, 526, 982, 1833, 3422, 6388, 11925, 22261, 41556, 77575, 144814, 270333, 504647, 942055, 1758591, 3282868, 6128328, 11440120, 21355963, 39866466, 74421140, 138926437, 259342371, 484130068 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = 2*a(n-1)-a(n-3)+a(n-4); 4 initial terms required.
G.f.: x*(x - 1)*(2*x + 1)/(x^4 - x^3 + 2*x - 1). - Chai Wah Wu, Jul 29 2020
MATHEMATICA
LinearRecurrence[{2, 0, -1, 1}, {0, 1, 3, 4}, 40] (* Harvey P. Dale, Jan 14 2024 *)
CROSSREFS
Sequence in context: A108700 A325851 A062202 * A124636 A231337 A049930
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 May 20 14:08 EDT 2024. Contains 372717 sequences. (Running on oeis4.)