|
| |
|
|
A094586
|
|
Central numbers of the triangle T of all positive differences of distinct Fibonacci numbers.
|
|
1
| |
|
|
1, 5, 16, 47, 131, 356, 953, 2529, 6676, 17567, 46135, 121016, 317201, 831053, 2176712, 5700303, 14926171, 39081404, 102323209, 267896585, 701380076, 1836265535, 4807451951, 12586147632, 32951083681, 86267253461, 225850919488
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| As T is also the triangle of sums of consecutive distinct Fibonacci numbers, a(n) is such a sum, namely F(n+1)+F(n+2)+...+F(2n).
|
|
|
FORMULA
| a(n)=F(2n+2)-F(n+2)=T(2n-1, n), T as in A094585.
|
|
|
EXAMPLE
| a(4)=F(10)-F(6)=55-8=47.
|
|
|
MATHEMATICA
| Table[Sum[Fibonacci[n + i], {i, 1, n}], {n, 1, 27}] [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 12 2009]
|
|
|
CROSSREFS
| Cf. A000045, A094585.
Sequence in context: A086750 A086749 A194541 * A140336 A197201 A166868
Adjacent sequences: A094583 A094584 A094585 * A094587 A094588 A094589
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Clark Kimberling (ck6(AT)evansville.edu), May 13 2004
|
| |
|
|