[go: up one dir, main page]

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!)
A067334 Convolution of Fibonacci F(n+1), n>=0, with F(n+6), n>=0. 0
8, 21, 50, 105, 210, 404, 758, 1395, 2530, 4535, 8052, 14184, 24820, 43185, 74770, 128901, 221382, 378940, 646690, 1100655, 1868738, 3165811, 5352360, 9032400, 15216800, 25595469, 42990578, 72110625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Sixth diagonal of A067330. Sixth column of A067418.
LINKS
FORMULA
a(n)= A067330(n+5, n) = A067418(n+5, 5) = sum(F(k+1)*F(n+6-k), k=0..n), n>=0.
a(n)= ((29*n+40)*F(n+1)+18*(n+1)*F(n))/5, with F(n) := A000045(n) (Fibonacci).
G.f.: (8+5*x)/(1-x-x^2)^2.
a(0)=8, a(1)=21, a(2)=50, a(3)=105, a(n)=2*a(n-1)+a(n-2)-2*a(n-3)- a(n-4) [From Harvey P. Dale, Apr 07 2012]
MATHEMATICA
CoefficientList[Series[(8+5x)/(1-x-x^2)^2, {x, 0, 40}], x] (* or *) LinearRecurrence[{2, 1, -2, -1}, {8, 21, 50, 105}, 40] (* Harvey P. Dale, Apr 07 2012 *)
CROSSREFS
Sequence in context: A258448 A344599 A138179 * A066859 A227653 A296198
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Feb 15 2002
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 August 30 00:57 EDT 2024. Contains 375520 sequences. (Running on oeis4.)