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!)
A122721 Numbers n such that abs(7^n - 2^11) is prime. 0
2, 4, 5, 6, 9, 21, 41, 52, 58, 118, 130, 585, 614, 744, 881, 941, 966, 1280, 1658, 4985 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
C. Pomerance, Science News reference.
EXAMPLE
For x = 2 abs(7^2-2^11) = 1999 which is prime. So 2 is the first entry.
PROG
(PARI) g(n) = for(x=1, n, y=abs(7^x-2^11); if(ispseudoprime(y), print1(x", ")))
CROSSREFS
Sequence in context: A003306 A250305 A136585 * A014224 A175342 A077312
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Sep 23 2006
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)