cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A343543 a(n) = n*Lucas(2*n).

This page as a plain text file.
%I A343543 #20 Dec 16 2024 05:53:13
%S A343543 0,3,14,54,188,615,1932,5901,17656,52002,151270,435633,1244184,
%T A343543 3528759,9949058,27907470,77933552,216784731,600935076,1660672257,
%U A343543 4576522540,12580566138,34504747354,94440719589,257998970928,703593828075,1915713858422,5208304147686
%N A343543 a(n) = n*Lucas(2*n).
%H A343543 Andrew Howroyd, <a href="/A343543/b343543.txt">Table of n, a(n) for n = 0..1000</a>
%H A343543 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (6,-11,6,-1).
%F A343543 a(n) = n*A005248(n).
%F A343543 G.f.: x*(3 - 4*x + 3*x^2)/(1 - 3*x + x^2)^2.
%F A343543 a(n) = 6*a(n-1) - 11*a(n-2) + 6*a(n-3) - a(n-4). - _Wesley Ivan Hurt_, Apr 19 2021
%t A343543 Table[n*LucasL[2*n], {n, 0, 30}] (* _Amiram Eldar_, Apr 19 2021 *)
%o A343543 (Magma) [n*Lucas(2*n) : n in [0..40]]; // _Wesley Ivan Hurt_, Apr 19 2021
%o A343543 (PARI) a(n) = n*(fibonacci(2*n+1)+fibonacci(2*n-1)) \\ _Andrew Howroyd_, Jan 01 2024
%Y A343543 Cf. A000032, A005248 (L(2n)), A146005 (n*L(n)), A317408 (n*Fib(2n)).
%K A343543 nonn,easy
%O A343543 0,2
%A A343543 _Harry Richman_, Apr 19 2021