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!)
A075150 a(n)=L(n)*C(n), L(n)=Lucas numbers (A000032), C(n)=reflected Lucas numbers (see comment to A061084). 3
4, -1, 9, -16, 49, -121, 324, -841, 2209, -5776, 15129, -39601, 103684, -271441, 710649, -1860496, 4870849, -12752041, 33385284, -87403801, 228826129, -599074576, 1568397609, -4106118241, 10749957124, -28143753121, 73681302249, -192900153616, 505019158609, -1322157322201 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 2+(-1)^n*L(2n).
a(n) = -2a(n-1)+2a(n-2)+a(n-3) with a(0)=4, a(1)=-1, a(2)=9.
G.f.: (4 + 7*x - x^2)/(1 + 2*x - 2*x^2 - x^3).
a(n) = (-1)^n*A001254(n). - R. J. Mathar, Jan 11 2012
a(n) = (2+(1/2*(-3-sqrt(5)))^n+(1/2*(-3+sqrt(5)))^n). - Colin Barker, Oct 01 2016
MATHEMATICA
CoefficientList[Series[(4 + 7*x - x^2)/(1 + 2*x - 2*x^2 - x^3), {x, 0, 30}], x]
LinearRecurrence[{-2, 2, 1}, {4, -1, 9}, 50] (* Harvey P. Dale, Nov 08 2011 *)
PROG
(PARI) a(n) = round((2+(1/2*(-3-sqrt(5)))^n+(1/2*(-3+sqrt(5)))^n)) \\ Colin Barker, Oct 01 2016
(PARI) Vec((4+7*x-x^2)/(1+2*x-2*x^2-x^3) + O(x^30)) \\ Colin Barker, Oct 01 2016
CROSSREFS
Sequence in context: A344109 A193580 A244761 * A001254 A143763 A278350
KEYWORD
easy,sign
AUTHOR
Mario Catalani (mario.catalani(AT)unito.it), Sep 05 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 April 16 14:17 EDT 2024. Contains 371740 sequences. (Running on oeis4.)