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!)
A095122 Fib(n)(2Fib(n)-1). 1
0, 1, 1, 6, 15, 45, 120, 325, 861, 2278, 5995, 15753, 41328, 108345, 283881, 743590, 1947351, 5099221, 13351528, 34957341, 91523685, 239618886, 627341331, 1642418641, 4299936480, 11257426225, 29472399505, 77159865030, 202007345631 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
mod(A095122(n),2)=mod(Fib(n),2)=A011655(n)
LINKS
FORMULA
G.f. : x(1-2x+2x^2+x^3)/((1+x)(1-x-x^2)(1-3x+x^2));
a(n)=2(Fib(2n-1)+Fib(2n+1))/5-Fib(n)+4(-1)^n/5;
a(n)=2L(2n)/5-Fib(n)+4(-1)^n/5;
a(n)=2*A000032(2n)/5-A000045(n)+4(-1)^n/5.
a(0)=0, a(1)=1, a(2)=1, a(3)=6, a(4)=15, a(n)=3*a(n-1)+a(n-2)- 5*a(n-3)- a(n-4)+a(n-5) [From Harvey P. Dale, Jan 14 2012]
MATHEMATICA
#(2#-1)&/@Fibonacci[Range[0, 30]] (* or *) LinearRecurrence[{3, 1, -5, -1, 1}, {0, 1, 1, 6, 15}, 30] (* Harvey P. Dale, Jan 14 2012 *)
CROSSREFS
Sequence in context: A117961 A327769 A318482 * A215917 A082637 A244023
KEYWORD
easy,nonn
AUTHOR
Paul Barry, May 29 2004
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)