A114619 a(n) = 2*A079291(n) (twice squares of Pell numbers).
0, 2, 8, 50, 288, 1682, 9800, 57122, 332928, 1940450, 11309768, 65918162, 384199200, 2239277042, 13051463048, 76069501250, 443365544448, 2584123765442, 15061377048200, 87784138523762, 511643454094368
Offset: 0
Links
- G. C. Greubel, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (5,5,-1).
Crossrefs
Programs
-
Magma
[n le 3 select 2*(n-1)^2 else 5*Self(n-1) +5*Self(n-2) -Self(n-3): n in [1..31]]; // G. C. Greubel, Aug 18 2022
-
Mathematica
2*Fibonacci[Range[0, 30], 2]^2 (* G. C. Greubel, Aug 18 2022 *)
-
SageMath
[2*lucas_number1(n,2,-1)^2 for n in (0..30)] # G. C. Greubel, Aug 18 2022
Formula
Extensions
Entry revised by N. J. A. Sloane, Mar 15 2024