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.

A077314 Primes of the form 2^r*7^s - 1.

Original entry on oeis.org

3, 7, 13, 31, 97, 127, 223, 1567, 3583, 4801, 6271, 8191, 19207, 25087, 33613, 76831, 131071, 401407, 524287, 917503, 1229311, 1605631, 3764767, 6588343, 14680063, 184473631, 737894527, 2147483647, 2259801991, 2877292543, 3758096383
Offset: 1

Views

Author

Amarnath Murthy, Nov 04 2002

Keywords

Comments

In all terms except 3, r is odd. - Robert Israel, Jun 08 2018

Crossrefs

Programs

  • Maple
    N:= 10^30: # for all terms <= N
    sort(select(isprime, [3, seq(seq(2^r*7^s-1, r=1..ilog2((N+1)/7^s),2),
    s=0..floor(log[7]((N+1)/2)))])); # Robert Israel, Jun 08 2018

Extensions

Corrected and extended by Ray Chandler, Aug 02 2003