|
| |
|
|
A100992
|
|
Indices n of Fibonacci numbers Fib(n) (A000045) that are divisible by n+1.
|
|
1
| |
|
|
10, 18, 28, 30, 40, 58, 60, 70, 78, 88, 100, 108, 130, 138, 148, 150, 178, 180, 190, 198, 210, 228, 238, 240, 250, 268, 270, 280, 310, 330, 348, 358, 378, 388, 400, 408, 418, 420, 430, 438, 441, 448, 460, 478, 490, 498, 508, 520, 540, 568, 570, 598, 600, 618
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| When n+1 is prime, it is in A045468; when n+1 is composite (such as 442), it is in A069106. - T. D. Noe (noe(AT)sspectra.com), Dec 13 2004
|
|
|
LINKS
| R. Knott Mathematical Magic of the Fibonacci Numbers
|
|
|
EXAMPLE
| 18 because F(18)=2584=2*2*2*17*19 so is divisible by 19, one more than its index number 18.
|
|
|
MATHEMATICA
| Select[ Range[ 620], Mod[ Fibonacci[ # ], # + 1] == 0 &] (from Robert G. Wilson v Nov 26 2004)
|
|
|
CROSSREFS
| Cf. A100993, A023162, A023173.
Sequence in context: A055481 A165250 A125689 * A167607 A162828 A190038
Adjacent sequences: A100989 A100990 A100991 * A100993 A100994 A100995
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Ron Knott (fibandphi(AT)ronknott.com), Nov 25 2004
|
|
|
EXTENSIONS
| More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 26 2004
|
| |
|
|