|
| |
|
|
A007298
|
|
The sum of consecutive Fibonacci numbers.
|
|
3
| |
|
|
0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 16, 18, 19, 20, 21, 26, 29, 31, 32, 33, 34, 42, 47, 50, 52, 53, 54, 55, 68, 76, 81, 84, 86, 87, 88, 89, 110, 123, 131, 136, 139, 141, 142, 143, 144, 178, 199, 212, 220, 225, 228, 230, 231, 232, 233, 288, 322
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
COMMENTS
| Also the difference of two Fibonacci numbers because the difference F(i+2) - F(j+1) equals the sum F(j)+...+F(i). - T. D. Noe (noe(AT)sspectra.com), Oct 17 2005; corrected by Patrick Capelle, Mar 01 2008
|
|
|
MATHEMATICA
| Union[Flatten[Table[Fibonacci[n]-Fibonacci[i], {n, 14}, {i, n}]]] (Noe)
|
|
|
CROSSREFS
| Cf. A050939.
Cf. A113188 (primes that are the difference of two Fibonacci numbers).
Sequence in context: A096157 A066522 A193159 * A190856 A127033 A028826
Adjacent sequences: A007295 A007296 A007297 * A007299 A007300 A007301
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Jan 02 2000
|
| |
|
|