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.

Showing 1-1 of 1 results.

A047272 Primes p such that p == 1 (mod 4) and Fibonacci((p-1)/4) is divisible by p.

Original entry on oeis.org

61, 89, 109, 149, 269, 389, 401, 421, 521, 661, 701, 761, 769, 809, 821, 829, 1009, 1049, 1069, 1181, 1249, 1289, 1301, 1361, 1381, 1409, 1429, 1601, 1721, 1901, 1949, 2081, 2089, 2141, 2221, 2269, 2309, 2341, 2381, 2441, 2549, 2729, 2741, 2749, 2789
Offset: 1

Views

Author

Keywords

Comments

There are typos in Theorems 1 and 2 of Lehmer's paper. The condition a == 1 (mod 4) should be a == 1 (mod 2). - Eric Rowland, May 20 2018

Crossrefs

For nonprimes see A091982.

Programs

  • Mathematica
    Select[Prime[Range[400]], Function[p, Mod[p, 4] == 1 && Divisible[Fibonacci[(p - 1)/4], p]]] (* Eric Rowland, May 20 2018 *)

Extensions

More terms from James Sellers, Jan 25 2000
New Name from Eric Rowland, May 20 2018
Showing 1-1 of 1 results.