OFFSET
0,2
LINKS
Tomás Guardia, Douglas Jiménez, and Alexander McCurdy, Fiboquadratic numbers and Rithmomachia, Recreational Mathematics Magazine, Vol. 11, No. 18 (2024), pp. 17-29.
Index entries for linear recurrences with constant coefficients, signature (1,0,1,1).
FORMULA
a(n) = (5*F(n/2) + F((n/2)-1))^2 if n is even and (5*F((n-1)/2) + F(((n-1)/2)-1))*(5*F(((n-1)/2)+1) + F((n-1)/2)) if n is odd where F(n) = Fibonacci(n).
G.f.: (1 + 4*x + 20*x^2 + 4*x^3)/((1 + x^2)*(1 - x - x^2)). - Stefano Spezia, Apr 09 2026
MATHEMATICA
LinearRecurrence[{1, 0, 1, 1}, {1, 5, 25, 30}, 37] (* Amiram Eldar, Apr 18 2026 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Alexander McCurdy, Apr 17 2026
STATUS
approved