|
Search: id:A117152
|
|
|
| A117152 |
|
Sum of product of Fibonacci and triangular numbers. |
|
+0 1
|
|
| 0, 0, 1, 7, 25, 75, 195, 468, 1056, 2280, 4755, 9650, 19154, 37328, 71635, 135685, 254125, 471317, 866669, 1581620, 2866970, 5165630, 9256871, 16507092, 29304660, 51812160, 91264885, 160207603, 280340161, 489117135, 851054535
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
REFERENCES
|
A. T. Benjamin and J. J. Quinn, Proofs that really count: the art of combinatorial proof, M.A.A. 2003
|
|
FORMULA
|
a(n) = sum C(k,2)*F(k), k=2 to n, where F(n) = A000045(n), the Fibonacci numbers, and C(n, 2) = A000217(n-1), the triangular numbers, n(n-1)/2.
a(n) = C(n,2) F(n+2) - n F(n+3) + F(n+5) - 5
ogf = x^2(1 + 3x + x^3)/((1 - x)(1 - x - x^2)^3)
|
|
MATHEMATICA
|
Binomial[n, 2]Fibonacci[n + 2] - n Fibonacci[n + 3] + Fibonacci[n + 5] - 5
|
|
CROSSREFS
|
Cf. A086926, A014286.
Sequence in context: A001296 A000970 A048477 this_sequence A058481 A138729 A035509
Adjacent sequences: A117149 A117150 A117151 this_sequence A117153 A117154 A117155
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Mitch Harris (harris.mitchell(AT)mgh.harvard.edu), Feb 28, 2006
|
|
|
Search completed in 0.002 seconds
|