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!)
A179134 a(n) = (F(2*n-1) + F(2*n+2)) * (5/6 - cos(2*Pi*n/3)/3), where F(n) = Fibonacci(n). 2
1, 4, 10, 13, 68, 178, 233, 1220, 3194, 4181, 21892, 57314, 75025, 392836, 1028458, 1346269, 7049156, 18454930, 24157817, 126491972, 331160282, 433494437, 2269806340, 5942430146, 7778742049, 40730022148, 106632582346 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 18*a(n-3)-a(n-6). G.f.: -(2*x^5+4*x^4+5*x^3-10*x^2-4*x-1) / ((x^2-3*x+1)*(x^4+3*x^3+8*x^2+3*x+1)). - Colin Barker, Jun 27 2013
MAPLE
with(combinat): nmax:=28; for n from 0 to nmax do a(n):=(fibonacci(2*n-1)+fibonacci(2*n+2))*(5/6-cos(2*Pi*n/3)/3) od: seq(a(n), n=0..nmax);
CROSSREFS
Cf. A128052, A000045 (Fibonacci numbers).
Appears in A179133.
Sequence in context: A076270 A032821 A101576 * A103044 A310360 A114719
KEYWORD
easy,nonn
AUTHOR
Johannes W. Meijer, Jul 01 2010
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)