OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (144,-2640,6930,-2640,144,-1).
FORMULA
O.g.f.: (1-x)*(1-111*x+1046*x^2-111*x^3+x^4)/((1-3*x+x^2)*(1-18*x+x^2)*(1-123*x+x^2)). From the odd part of the bisection of A056572.
MATHEMATICA
Table[Fibonacci[2*n+1]^5, {n, 0, 201}] (* Vincenzo Librandi, Sep 02 2012 *)
Fibonacci[Range[1, 35, 2]]^5 (* Harvey P. Dale, Apr 05 2019 *)
PROG
(Magma) [Fibonacci(2*n+1)^5: n in [0..15]]; // Vincenzo Librandi, Sep 02 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Aug 31 2012
STATUS
approved