login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

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
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] (* 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

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy