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!)
A119587 2^n + 1 - 2*Fibonacci(n+1). 1
0, 1, 1, 3, 7, 17, 39, 87, 189, 403, 847, 1761, 3631, 7439, 15165, 30795, 62343, 125905, 253783, 510759, 1026685, 2061731, 4136991, 8295873, 16627167, 33311647, 66716029, 133582107, 267406999, 535206833, 1071049287 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = 2^n + 1 - 2*Fibonacci(n+1) = 2^n + 1 + Fibonacci(n) - Fibonacci(n+3) = 2^n + 1 - Fibonacci(n) - Lucas(n). a(n) = 2(2^(n-1) - Fibonacci(n+1)) + 1, for n > 0. a(n) = A000051(n) - A006355(n+2) = A000051(n) - A000045(n) - A000032(n). a(n) = A101220(2,2,n-1) - A101220(1,1,n-3), for n > 2. a(n) = A008466(n) - A000071(n-1), for n > 0. a(n) = 2*A008466(n-1) + 1, for n > 0.
a(n) = 2*A101220(2,2,n-2) + 1, for n > 1. a(n) = Sum[2^(n-k)Fibonacci(k) - Fibonacci(k-2),{k,0,n}] = antidiagonal sums of A118654. a(n+1) - a(n) = 2(2^(n-1) - Fibonacci(n)), for n > 0. a(n+1) - a(n) = 2*A027934(n-2), for n > 1. a(n+1) - a(n) = 2*A101220(1,2,n-1), for n > 0. a(0) = 0; a(1) = 1; a(n) = a(n-1) + a(n-2) + 2^(n-2) - 1, for n > 1. a(0) = 0; a(1) = 1; a(2) = 1; a(3) = 3; a(n) = 4*a(n-1) - 4*a(n-2) - a(n-3) + 2*a(n-4), for n > 3.
O.g.f. = x(1-3x+3x^2)/((1-x)(1-2x)(1-x-x^2)).
MATHEMATICA
Table[2^n + 1 - 2 Fibonacci[n + 1], {n, 0, 30}]
CROSSREFS
Sequence in context: A141199 A368655 A003478 * A127984 A157029 A191825
KEYWORD
nonn
AUTHOR
Ross La Haye, May 31 2006, Jun 27 2007
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 May 10 08:52 EDT 2024. Contains 372373 sequences. (Running on oeis4.)