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!)
A122718 Convenience store primes or prime of the form abs(7^n - 2^11). 1
353, 1999, 14759, 115601, 40351559, 558545864083281959, 44567640326363195900190045974565959, 88124787089723195184393736687912818113309153, 10367793076318844190248738727596255138212949484401 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term (a(10)) has 100 digits. - Harvey P. Dale, Aug 31 2017
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..17
C. Pomerance, Science News reference.
MATHEMATICA
With[{c=2^11}, Select[Abs[7^Range[0, 100]-c], PrimeQ]]//Sort (* Harvey P. Dale, Aug 31 2017 *)
PROG
(PARI) g(n) = for(x=1, n, y=abs(7^x-2^11); if(ispseudoprime(y), print1(y", ")))
CROSSREFS
Sequence in context: A142785 A259958 A126657 * A300364 A098678 A056216
KEYWORD
nonn
AUTHOR
Cino Hilliard, Sep 23 2006
EXTENSIONS
One additional term (a(9)) from Harvey P. Dale, Aug 31 2017
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)