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!)
A155845 Primes of the form 2^p-p*q where p is prime,q=3. 4
-2, 17, 107, 524231, 8388539, 162259276829213363391578010287807 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term has 1342 digits. - Harvey P. Dale, Dec 09 2013
LINKS
MATHEMATICA
q=3; lst={}; Do[p=Prime[n]; If[PrimeQ[p=2^p-p*q], AppendTo[lst, p]], {n, 5!}]; lst
Select[2^#-3#&/@Prime[Range[900]], PrimeQ] (* Harvey P. Dale, Dec 09 2013 *)
CROSSREFS
Sequence in context: A204238 A198796 A186104 * A115354 A100274 A213785
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 August 3 12:05 EDT 2024. Contains 374893 sequences. (Running on oeis4.)