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!)
A075270 Sum of Lucas numbers and inverted Lucas numbers: a(n) = A000032(n)*A075193(n). 1
3, -2, 7, -3, 18, -7, 47, -18, 123, -47, 322, -123, 843, -322, 2207, -843, 5778, -2207, 15127, -5778, 39603, -15127, 103682, -39603, 271443, -103682, 710647, -271443, 1860498, -710647, 4870847, -1860498, 12752043, -4870847, 33385282, -12752043, 87403803, -33385282, 228826127, -87403803 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) = (1 + (-1)^n)*L(n) + ((-1)^n)*L(n-1), L(n) Lucas numbers.
LINKS
FORMULA
a(n) = 3*a(n-2) - a(n-4); a(0)=3, a(1)=-2, a(2)=7, a(3)=-3.
O.g.f. (3-2*x-2*x^2+3*x^3)/(1-3*x^2+x^4).
MATHEMATICA
CoefficientList[Series[(3-2x-2x^2+3x^3)/(1-3x^2+x^4), {x, 0, 40}], x]
CROSSREFS
Sequence in context: A241838 A241559 A165794 * A067872 A318457 A198501
KEYWORD
easy,sign
AUTHOR
Mario Catalani (mario.catalani(AT)unito.it), Sep 12 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 16 16:26 EDT 2024. Contains 372554 sequences. (Running on oeis4.)