login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A216866 Prime numbers that are congruent to 8 mod (3*5*17*257*65537). 0
12884901893, 21474836483, 201863462873, 227633266643, 236223201233, 296352743363, 347892350903, 408021893033, 493921238933, 528280977293, 545460846473, 614180323193, 622770257783, 631360192373, 717259538273, 751619276633, 794568949583, 811748818763 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Note that 3, 5, 17, 257, and 65537 are Fermat primes (A019434).
LINKS
Shalom Eliahou and Jorge Ramírez Alfonsín, Two-generator numerical semigroups and Fermat and Mersenne numbers, SIAM J. Discrete Math., 25(2), 2011, 622-630.
PROG
(PARI) p5fm8(k) = {pf5 = 3*5*17*257*65537; for (i=1, k, p = pf5*i + 8; if (isprime(p), print1 (p, ", ")); ); }
CROSSREFS
Sequence in context: A287747 A113642 A329417 * A034657 A204096 A113639
KEYWORD
nonn
AUTHOR
Michel Marcus, Sep 18 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)