login
This site is supported by donations 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; internal format)
OFFSET

0,4

COMMENTS

mod(A095122(n),2)=mod(Fib(n),2)=A011655(n)

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] (* From Harvey P. Dale, Jan 14 2012 *)

CROSSREFS

Sequence in context: A193449 A197160 A117961 * A082637 A106272 A056423

Adjacent sequences:  A095119 A095120 A095121 * A095123 A095124 A095125

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), May 29 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 08:13 EST 2012. Contains 205893 sequences.