a(n) = (1/4)*F(n)^2 * L(n+1)^2 * F(n-1) * L(n+2), where F(n) and L(n) are the Fibonacci and Lucas numbers, respectively.
A163195
a(n) = (1/4)*F(n)^2 * L(n+1)^2 * F(n-1) * L(n+2), where F(n) and L(n) are the Fibonacci and Lucas numbers, respectively.
Terms
- a(0) =0a(1) =0a(2) =28a(3) =539a(4) =9801a(5) =176175a(6) =3162160a(7) =56744792a(8) =1018249596a(9) =18271762299a(10) =327873509425
External references
- oeis: A163195