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.

A124096 Primes p that divide Fibonacci[(p+1)/3].

Original entry on oeis.org

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

Views

Author

Alexander Adamchuk, Nov 26 2006

Keywords

Crossrefs

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

Programs

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