OFFSET
0,1
REFERENCES
Ralph P. Grimaldi, Fibonacci and Catalan Numbers: An Introduction, (2012). See Exercise 11 at p. 98.
LINKS
Index entries for linear recurrences with constant coefficients, signature (3,0,-3,1).
FORMULA
G.f.: ( -4+7*x+x^2 ) / ( (x-1)*(1+x)*(x^2-3*x+1) ).
a(n) = L(2*n+1) + 2 + (-1)^n, for L(n) the Lucas sequence A000032(n). - Greg Dresden, Jan 26 2021
a(n) = L(n)*L(n+1) + 2 (see Grimaldi). - Stefano Spezia, Nov 20 2025
MATHEMATICA
Accumulate[LucasL[Range[0, 30]]^2] (* Harvey P. Dale, Oct 13 2019 *)
(* Alternative: *)
LinearRecurrence[{3, 0, -3, 1}, {4, 5, 14, 30}, 30] (* Harvey P. Dale, Oct 13 2019 *)
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
R. J. Mathar, Mar 14 2013
STATUS
approved
