The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A081074 Fibonacci(4n)-3, or Fibonacci(2n-2)*Lucas(2n+2). 0
0, 18, 141, 984, 6762, 46365, 317808, 2178306, 14930349, 102334152, 701408730, 4807526973, 32951280096, 225851433714, 1548008755917, 10610209857720, 72723460248138, 498454011879261, 3416454622906704, 23416728348467682 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
Hugh C. Williams, Edouard Lucas and Primality Testing, John Wiley and Sons, 1998, p. 75.
LINKS
FORMULA
a(n) = 8a(n-1) - 8a(n-2) + a(n-3).
G.f.: 3*x^2*(-6+x) / ( (x-1)*(x^2-7*x+1) ). a(n) = A033888(n)-3. - R. J. Mathar, Sep 03 2010
MAPLE
with(combinat): for n from 1 to 40 do printf(`%d, `, fibonacci(4*n)-3) od: # James A. Sellers, Mar 05 2003
MATHEMATICA
Fibonacci[4Range[25]]-3 (* or *)
LinearRecurrence[{8, -8, 1}, {0, 18, 141}, 25] (* Paolo Xausa, Jan 07 2024 *)
PROG
(Magma) [Fibonacci(4*n)-3: n in [1..50]]; // Vincenzo Librandi, Apr 20 2011
CROSSREFS
Cf. A000045 (Fibonacci numbers), A000032 (Lucas numbers).
Sequence in context: A212154 A108680 A204273 * A299062 A299723 A125355
KEYWORD
nonn,easy
AUTHOR
R. K. Guy, Mar 04 2003
EXTENSIONS
More terms from James A. Sellers, Mar 05 2003
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 14 03:08 EDT 2024. Contains 372528 sequences. (Running on oeis4.)