S000256


Numbers n such that the n-th prime divides the n-th Fibonacci number.

2160, 3048, 27094, 251712, 505768, 936240, 2182656, 2582372, 487568736, 1261336587, 1424530096

1

S000256

The primes are given in S000257. This sequence is the same as A075702.

T. D. Noe, Plot of 11 terms

(Mma) Select[Range[2, 1000000], Mod[Fibonacci[#], Prime[#]] == 0 &]

Cf. A000045 (Fibonacci numbers).

nonn,nice

T. D. Noe, Sep 16 2014

© Tony D Noe 2014-2015