|
| |
|
|
A102312
|
|
Fibonacci(5n).
|
|
15
| |
|
|
0, 5, 55, 610, 6765, 75025, 832040, 9227465, 102334155, 1134903170, 12586269025, 139583862445, 1548008755920, 17167680177565, 190392490709135, 2111485077978050, 23416728348467685, 259695496911122585
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
LINKS
| Index to sequences with linear recurrences with constant coefficients, signature (11,1).
Tanya Khovanova, Recursive Sequences
|
|
|
FORMULA
| G.f.: -5*x/(-1+11*x+x^2). a(n) = A000045(5*n) = 5*A049666(n).
|
|
|
MATHEMATICA
| Table[ Fibonacci[5n], {n, 0, 17}] (from Robert G. Wilson v Jan 09 2005)
|
|
|
PROG
| (Sage) [fibonacci(5*n) for n in xrange(0, 18)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 15 2009]
(MAGMA) [Fibonacci(5*n): n in [0..100]]; // Vincenzo Librandi, Apr 17 2011
|
|
|
CROSSREFS
| Essentially the fifth column of array A102310.
A049666 [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 15 2009]
Cf. A138134 (partial sums).
Sequence in context: A002279 A119292 A139258 * A114909 A038261 A112019
Adjacent sequences: A102309 A102310 A102311 * A102313 A102314 A102315
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| Ralf Stephan, Jan 06 2005
|
| |
|
|