login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A020732 Pisot sequence T(4,7). 1
4, 7, 12, 20, 33, 54, 88, 143, 232, 376, 609, 986, 1596, 2583, 4180, 6764, 10945, 17710, 28656, 46367, 75024, 121392, 196417, 317810, 514228, 832039, 1346268, 2178308, 3524577, 5702886, 9227464, 14930351, 24157816, 39088168, 63245985, 102334154, 165580140 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = Fibonacci(n+5) - 1.
a(n) = 2*a(n-1) - a(n-3).
From Colin Barker, Mar 22 2016: (Start)
a(n) = (-1+(2^(-1-n)*((1-sqrt(5))^n*(-11+5*sqrt(5))+(1+sqrt(5))^n*(11+5*sqrt(5))))/sqrt(5)).
G.f.: (4-x-2*x^2) / ((1-x)*(1-x-x^2)).
(End)
MATHEMATICA
Join[{a=4, b=7}, Table[c=a+b+1; a=b; b=c, {n, 0, 60}]] (* Vladimir Joseph Stephan Orlovsky, Nov 22 2010 *)
PROG
(PARI) Vec((4-x-2*x^2)/((1-x)*(1-x-x^2)) + O(x^50)) \\ Colin Barker, Mar 22 2016
CROSSREFS
Subsequence of A000071. See A008776 for definitions of Pisot sequences.
Sequence in context: A022809 A297554 A188554 * A339891 A310793 A117949
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 27 02:56 EDT 2024. Contains 374636 sequences. (Running on oeis4.)