cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A020695 Pisot sequence E(2,3).

Original entry on oeis.org

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
Offset: 0

Views

Author

Keywords

Comments

Pisano period lengths: A001175. - R. J. Mathar, Aug 10 2012

Crossrefs

Subsequence of A000045. See A008776 for definitions of Pisot sequences.
See A000045 for the Fibonacci numbers.

Programs

Formula

a(n) = Fibonacci(n+3); a(n) = a(n-1) + a(n-2).
G.f.: (2+x)/(1-x-x^2). - Philippe Deléham, Nov 19 2008
a(n) = (2^(-n)*((1-sqrt(5))^n*(-2+sqrt(5))+(1+sqrt(5))^n*(2+sqrt(5))))/sqrt(5). - Colin Barker, Jun 05 2016
E.g.f.: 2*(2*sqrt(5)*sinh(sqrt(5)*x/2) + 5*cosh(sqrt(5)*x/2))*exp(x/2)/5. - Ilya Gutkovskiy, Jun 05 2016