|
| |
|
|
A114747
|
|
a(1) = 1, a(2) = 1, a(n+1) = least Fibonacci number of the form k*(a(n-1)) - a(n), not included earlier.
|
|
1
| | |
|
|
|
OFFSET
| 1,3
|
|
|
COMMENTS
| No further terms exist since there is no Fibonacci number congruent to -10946 modulo 377. [From Max Alekseyev, 16 Jun 2011]
|
|
|
EXAMPLE
| 377 = 5*78 -13, k = 78.
|
|
|
CROSSREFS
| Cf. A114748.
Sequence in context: A120494 A164825 A038601 * A041639 A006985 A042907
Adjacent sequences: A114744 A114745 A114746 * A114748 A114749 A114750
|
|
|
KEYWORD
| nonn,fini,full
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 15 2005
|
|
|
EXTENSIONS
| fini, full from Max Alekseyev (maxale(AT)gmail.com), Jun 16 2011
|
| |
|
|