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!)
A343543 a(n) = n*Lucas(2*n). 1
0, 3, 14, 54, 188, 615, 1932, 5901, 17656, 52002, 151270, 435633, 1244184, 3528759, 9949058, 27907470, 77933552, 216784731, 600935076, 1660672257, 4576522540, 12580566138, 34504747354, 94440719589, 257998970928, 703593828075, 1915713858422, 5208304147686 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: x*(3 - 4*x + 3*x^2)/(1 - 3*x + x^2)^2.
a(n) = 6*a(n-1) - 11*a(n-2) + 6*a(n-3) - a(n-4). - Wesley Ivan Hurt, Apr 19 2021
MATHEMATICA
Table[n*LucasL[2*n], {n, 0, 30}] (* Amiram Eldar, Apr 19 2021 *)
PROG
(Magma) [n*Lucas(2*n) : n in [0..40]]; // Wesley Ivan Hurt, Apr 19 2021
(PARI) a(n) = n*(fibonacci(2*n+1)+fibonacci(2*n-1)) \\ Andrew Howroyd, Jan 01 2024
CROSSREFS
Cf. A000032, A005248 (L(2n)), A146005 (n*L(n)), A317408 (n*Fib(2n)).
Sequence in context: A083424 A099487 A179610 * A166680 A104191 A318125
KEYWORD
nonn,easy
AUTHOR
Harry Richman, Apr 19 2021
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)