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!)
A155846 Primes of the form 2^p-p*q where p is prime,q=5. 3
-7, 7, 1993, 130987, 536870767, 9007199254740727 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
q=5; lst={}; Do[p=Prime[n]; If[PrimeQ[p=2^p-p*q], AppendTo[lst, p]], {n, 5!}]; lst
Select[Table[2^p-5p, {p, Prime[Range[50]]}], PrimeQ] (* Harvey P. Dale, Jul 02 2018 *)
CROSSREFS
Sequence in context: A213150 A239152 A320914 * A221114 A198841 A332634
KEYWORD
sign
AUTHOR
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 July 9 14:31 EDT 2024. Contains 374187 sequences. (Running on oeis4.)