OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..370
Index entries for linear recurrences with constant coefficients, signature (567,-40824,413343,-531441).
FORMULA
a(n) = (243+108*sqrt(5))^n+(243-108*sqrt(5))^n+((81+27*sqrt(5))/2)^n+((81-27*sqrt(5))/2)^n.
G.f.: -81*x*(26244*x^3-15309*x^2+1008*x-7) / ((729*x^2-486*x+1)*(729*x^2-81*x+1)). - Colin Barker, Dec 01 2012
a(n)/3^(3*n) = L(2*n)*L(4*n) = L(2*n) + L(6*n), L=A000032. - Ehren Metcalfe, Apr 21 2018
a(n) = 27^n*F(8*n)/F(2*n), F=A000045. - Ehren Metcalfe, Aug 03 2018
MATHEMATICA
Table[(27^n Fibonacci[8 n] / Fibonacci[2 n]), {n, 15}] (* Vincenzo Librandi, Aug 04 2018 *)
LinearRecurrence[{567, -40824, 413343, -531441}, {567, 239841, 114082668, 55125843489}, 20] (* Harvey P. Dale, Jun 23 2020 *)
PROG
(Magma) [27^n*Fibonacci(8*n)/Fibonacci(2*n): n in [1..15]]; // Vincenzo Librandi, Aug 04 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Benoit Cloitre, Oct 22 2003
STATUS
approved