A124096 Primes p that divide Fibonacci[(p+1)/3].
47, 107, 113, 233, 263, 347, 353, 557, 563, 677, 743, 953, 977, 1097, 1217, 1223, 1277, 1307, 1523, 1553, 1733, 1823, 1877, 1913, 1973, 2027, 2207, 2237, 2243, 2267, 2333, 2417, 2447, 2663, 2687, 2753, 2777, 3167, 3323, 3347, 3407, 3467, 3533, 3557, 3617
Offset: 1
Keywords
Links
- Giovanni Resta, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Mathematica
Select[Prime[Range[1000]], IntegerQ[Fibonacci[(#1+1)/3]/#1]&]