login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100992 Indices k of Fibonacci numbers F(k) (A000045) that are divisible by k+1. 3
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; text; internal format)
OFFSET
1,1
COMMENTS
When k+1 is prime, it is in A045468; when k+1 is composite (such as 442), it is in A069106. - T. D. Noe, Dec 13 2004
LINKS
EXAMPLE
18 is a term because F(18) = 2584 = 2*2*2*17*19 is divisible by 19, one more than its index number 18.
MATHEMATICA
Select[ Range[ 620], Mod[ Fibonacci[ # ], # + 1] == 0 &] (* Robert G. Wilson v, Nov 26 2004 *)
CROSSREFS
Sequence in context: A125689 A244573 A230356 * A256382 A167607 A162828
KEYWORD
nonn
AUTHOR
Ron Knott, Nov 25 2004
EXTENSIONS
More terms from Robert G. Wilson v, Nov 26 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)