login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A125253
Primes p that divide Fibonacci[(p-1)/7].
4
2269, 2521, 2731, 2969, 3571, 3739, 4481, 4831, 5741, 6091, 6329, 6581, 9521, 10949, 11159, 11789, 12391, 13049, 13679, 14281, 14449, 14771, 16829, 16871, 18229, 19489, 19559, 20021, 20399, 21701, 23269, 24179, 24571, 26111, 29191, 31039
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[5000]], IntegerQ[Fibonacci[(#1-1)/7]/#1]&]
CROSSREFS
Cf. A125252 = Primes p that divide Fibonacci[(p+1)/7]. Cf. A122487 = Primes p that divide Fibonacci[(p+1)/2]. Cf. A047652 = Primes p that divide Fibonacci[(p-1)/3]. Cf. A001583 = Artiads. Primes p that divide Fibonacci[(p-1)/5].
Sequence in context: A130179 A205756 A205586 * A308792 A236606 A251493
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Nov 26 2006
STATUS
approved