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!)
A075269 Product of Lucas numbers and inverted Lucas numbers: a(n)=A000032(n)*A075193(n). 2
2, -3, 12, -28, 77, -198, 522, -1363, 3572, -9348, 24477, -64078, 167762, -439203, 1149852, -3010348, 7881197, -20633238, 54018522, -141422323, 370248452, -969323028, 2537720637, -6643838878, 17393796002, -45537549123, 119218851372, -312119004988, 817138163597 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 1 + (-1)^n*A002878(n).
From Michael Somos, Apr 07 2003: (Start)
G.f.: (2+x+2x^2)/((1+3x+x^2)(1-x)).
a(n) = -3a(n-1) - a(n-2)+5 = -2a(n-1) + 2a(n-2) + a(n-3) = a(-1-n). (End)
Sum_{n>=0} 1/a(n) = sqrt(5)/10. - Amiram Eldar, Jan 15 2022
MATHEMATICA
CoefficientList[Series[(2 + x + 2x^2)/(1 + 2x - 2x^2 - x^3), {x, 0, 30}], x]
LinearRecurrence[{-2, 2, 1}, {2, -3, 12}, 30] (* Harvey P. Dale, Jun 30 2022 *)
PROG
(PARI) a(n)=1+(-1)^n*(fibonacci(2*n)+fibonacci(2*n+2))
CROSSREFS
Sequence in context: A136703 A349016 A249490 * A215602 A325628 A359221
KEYWORD
easy,sign
AUTHOR
Mario Catalani (mario.catalani(AT)unito.it), Sep 11 2002
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 21 01:24 EDT 2024. Contains 372720 sequences. (Running on oeis4.)