|
| |
|
|
A103326
|
|
a(n) = Fibonacci(5n)/Fibonacci(n).
|
|
1
|
|
|
|
5, 55, 305, 2255, 15005, 104005, 709805, 4873055, 33379505, 228841255, 1568358005, 10750060805, 73681030805, 505019869255, 3461450947505, 23725155368255, 162614587921805, 1114577087604805, 7639424691459005
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Table of n, a(n) for n=1..19.
|
|
|
FORMULA
|
a(n) = L(4n) + (-1)^n*L(2n) + 1, where L(n) = A000032, the Lucas numbers.
a(n) = 1 + L(n)*L(3n). - Neven Juric, Jan 05 2009
a(n) = 25*(Fibonacci(n)^4 + (-1)^n*Fibonacci(n)^2) + 5. [Gary Detlefs, Dec 22 2012]
|
|
|
MAPLE
|
p:= (1+5^(1/2))/2:q:=(1-5^(1/2))/2:
seq(simplify(q^(4*n)+(p-2)^n+(q-2)^n+(3*p+2)^n+(-1)^(2*n)/4+3/4), n=1..19);
|
|
|
PROG
|
(MAGMA) [Fibonacci(5*n)/Fibonacci(n): n in [1..50]]; // Vincenzo Librandi, Apr 20 2011
|
|
|
CROSSREFS
|
Fourth row of array A028412.
Sequence in context: A057722 A078216 A014700 * A060558 A014852 A144893
Adjacent sequences: A103323 A103324 A103325 * A103327 A103328 A103329
|
|
|
KEYWORD
|
nonn
|
|
|
AUTHOR
|
Ralf Stephan, Feb 03 2005
|
|
|
STATUS
|
approved
|
| |
|
|