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!)
A037141 Convolution of natural numbers n >= 1 with Fibonacci numbers F(k), for k >= -5, with F(-n)=(-1)^(n+1)*F(n);. 1
5, 7, 11, 14, 18, 22, 27, 33, 41, 52, 68, 92, 129, 187, 279, 426, 662, 1042, 1655, 2645, 4245, 6832, 11016, 17784, 28733, 46447, 75107, 121478, 196506, 317902, 514323, 832137, 1346369, 2178412, 3524684, 5702996, 9227577, 14930467, 24157935, 39088290 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = F(n-1)+(4+3*n); G.f.: (5-8*x)/((1-x-x^2)*(1-x)^2)
MATHEMATICA
CoefficientList[Series[(5-8x)/((1-x-x^2)(1-x)^2), {x, 0, 40}], x] (* or *) LinearRecurrence[{3, -2, -1, 1}, {5, 7, 11, 14}, 40] (* Harvey P. Dale, Nov 06 2017 *)
CROSSREFS
Sequence in context: A125293 A354164 A098243 * A355013 A029624 A075317
KEYWORD
easy,nonn
AUTHOR
EXTENSIONS
More terms from Harvey P. Dale, Nov 06 2017
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 24 14:12 EDT 2024. Contains 371960 sequences. (Running on oeis4.)