cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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

Original entry on oeis.org

307, 797, 1483, 3023, 4157, 4283, 5417, 6397, 6733, 7027, 7433, 7867, 9337, 9743, 9883, 10037, 10177, 10303, 10597, 11423, 11717, 12823, 14293, 14503, 18493, 19963, 20593, 20873, 21503, 24247, 24793, 25703, 26417, 28433, 28657, 29917, 30113
Offset: 1

Views

Author

Alexander Adamchuk, Nov 26 2006

Keywords

Crossrefs

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

Programs

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