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!)
A033813 Convolution of natural numbers n >= 1 with Lucas numbers L(k)(A000032) for k >= 3. 0
4, 15, 37, 77, 146, 262, 454, 769, 1283, 2119, 3476, 5676, 9240, 15011, 24353, 39473, 63942, 103538, 167610, 271285, 439039, 710475, 1149672, 1860312, 3010156, 4870647, 7880989, 12751829, 20633018, 33385054 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n)=L(6)*(F(n+1)-1)+L(5)*F(n)-L(4)*n, F(n): Fibonacci (A000045), G.F. x*(4+3*x)/((1-x-x^2)*(1-x)^2)
a(0)=4, a(1)=15, a(2)=37, a(3)=77, a(n)=3*a(n-1)-2*a(n-2)-a(n-3)+a(n-4) [From Harvey P. Dale, May 23 2011]
MATHEMATICA
LinearRecurrence[{3, -2, -1, 1}, {4, 15, 37, 77}, 40] (* or *) Rest[ CoefficientList[ Series[x (4+3x)/((1-x-x^2)(1-x)^2), {x, 0, 40}], x]](* Harvey P. Dale, May 23 2011 *)
CROSSREFS
Sequence in context: A106199 A113289 A212974 * A296295 A296268 A209409
KEYWORD
easy,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 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)