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!)
A125252 Primes p that divide Fibonacci[(p+1)/7]. 5

%I #5 Jul 21 2013 07:05:34

%S 307,797,1483,3023,4157,4283,5417,6397,6733,7027,7433,7867,9337,9743,

%T 9883,10037,10177,10303,10597,11423,11717,12823,14293,14503,18493,

%U 19963,20593,20873,21503,24247,24793,25703,26417,28433,28657,29917,30113

%N Primes p that divide Fibonacci[(p+1)/7].

%H Giovanni Resta, <a href="/A125252/b125252.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[5000]], IntegerQ[Fibonacci[(#1+1)/7]/#1]&]

%Y Cf. A125253 = Primes p that divide Fibonacci[(p-1)/7]. Cf. A122487 = Primes p that divide Fibonacci[(p+1)/2].

%K nonn

%O 1,1

%A _Alexander Adamchuk_, Nov 26 2006

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 May 4 05:08 EDT 2024. Contains 372227 sequences. (Running on oeis4.)