|
| |
|
|
A020695
|
|
Pisot sequence E(2,3).
|
|
6
| |
|
|
2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811, 514229, 832040, 1346269, 2178309, 3524578, 5702887, 9227465, 14930352, 24157817, 39088169, 63245986, 102334155, 165580141
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
LINKS
| Tanya Khovanova, Recursive Sequences
Index to sequences with linear recurrences with constant coefficients, signature (1,1).
|
|
|
FORMULA
| a(n) = Fib(n+3); a(n) = a(n-1) + a(n-2).
G.f.: (2+x)/(1-x-x^2). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 19 2008]
|
|
|
MATHEMATICA
| CoefficientList[Series[(-x - 2)/(x^2 + x - 1), {x, 0, 200}], x] (* From Vladimir Joseph Stephan Orlovsky, Jun 11 2011 *)
|
|
|
PROG
| (MAGMA) [Fibonacci(n+3): n in [0..50]]; // Vincenzo Librandi, Apr 23 2011
(PARI) a(n)=fibonacci(n+3) \\ Charles R Greathouse IV, Jan 17 2012
|
|
|
CROSSREFS
| Subsequence of A000045. See A008776 for definitions of Pisot sequences.
See A000045 for the Fibonacci numbers.
Sequence in context: A152163 A039834 A000045 * A132916 A177194 A177247
Adjacent sequences: A020692 A020693 A020694 * A020696 A020697 A020698
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|