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!)
A049675 a(n) = (2*F(3*n) - F(n))/3, where F=A000045 (the Fibonacci sequence). 1
0, 1, 5, 22, 95, 405, 1720, 7293, 30905, 130934, 554675, 2349689, 9953520, 42163913, 178609405, 756601910, 3205017655, 13576673517, 57511713320, 243623529381, 1032005835025, 4371646876246, 18518593350955 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: -x*(x-1)*(1+x) / ( (x^2+4*x-1)*(x^2+x-1) ). - R. J. Mathar, Nov 10 2013
MATHEMATICA
Table[(2Fibonacci[3n]-Fibonacci[n])/3, {n, 0, 30}] (* Harvey P. Dale, Dec 08 2012 *)
LinearRecurrence[{5, -2, -5, -1}, {0, 1, 5, 22}, 30] (* G. C. Greubel, Dec 02 2017 *)
PROG
(PARI) for(n=0, 30, print1((2*fibonacci(3*n) - fibonacci(n))/3, ", ")) \\ G. C. Greubel, Dec 02 2017
(Magma) [(2*Fibonacci(3*n) - Fibonacci(n))/3: n in [0..30]]; // G. C. Greubel, Dec 02 2017
CROSSREFS
Sequence in context: A049652 A026877 A128746 * A053154 A141222 A127360
KEYWORD
nonn
AUTHOR
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 March 29 07:27 EDT 2024. Contains 371265 sequences. (Running on oeis4.)