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!)
A049661 a(n) = (Fibonacci(6*n+1) - 1)/4. 3
0, 3, 58, 1045, 18756, 336567, 6039454, 108373609, 1944685512, 34895965611, 626182695490, 11236392553213, 201628883262348, 3618083506169055, 64923874227780646, 1165011652593882577, 20905285872462105744 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..750 (terms 0..100 from Vincenzo Librandi)
FORMULA
From R. J. Mathar, Nov 04 2008: (Start)
G.f.: x*(3+x)/((1-x)*(1-18*x+x^2)).
a(n) = 19*a(n-1) - 19*a(n-2) + a(n-3). (End)
a(n) = (-1/4+1/40*(9+4*sqrt(5))^(-n)*(5-sqrt(5)+(5+sqrt(5))*(9+4*sqrt(5))^(2*n))). - Colin Barker, Mar 03 2016
MATHEMATICA
Table[(Fibonacci[6n+1]-1)/4, {n, 0, 20}] (* or *) LinearRecurrence[ {19, -19, 1}, {0, 3, 58}, 20] (* Harvey P. Dale, Aug 22 2011 *)
PROG
(Magma) [(Fibonacci(6*n+1)-1)/4: n in [0..20] ]; // Vincenzo Librandi, Aug 23 2011
(PARI) a(n)=fibonacci(6*n+1)>>2 \\ Charles R Greathouse IV, Aug 23 2011
CROSSREFS
Sequence in context: A254653 A243510 A024218 * A295409 A184950 A100611
KEYWORD
nonn,easy
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 May 5 08:43 EDT 2024. Contains 372257 sequences. (Running on oeis4.)