login
The OEIS Foundation is supported by donations from users of the OEIS and by a grant from the Simons Foundation.

 

Logo


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135978 Primes p such that 2^p-1 has exactly 2 prime factors. 6
11, 23, 37, 41, 59, 67, 83, 97, 101, 103, 109, 131, 137, 139, 149, 167, 197, 199, 227, 241, 269, 271, 281, 293, 347, 373, 379, 421, 457, 487, 523, 727, 809, 881, 971, 983, 997, 1061, 1063 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

a(40)>=1277. - Amiram Eldar, Sep 29 2018

LINKS

Table of n, a(n) for n=1..39.

MATHEMATICA

k = {}; Do[If[ ! PrimeQ[2^Prime[n] - 1], c = FactorInteger[2^Prime[n] - 1]; d = Length[c]; If[d == 2, AppendTo[k, Prime[n]]]], {n, 1, 40}]; k

CROSSREFS

Cf. A000225, A065341, A054723, A134852, A135975, A135976, A135977.

Sequence in context: A101859 A079664 A160268 * A280915 A139493 A275591

Adjacent sequences:  A135975 A135976 A135977 * A135979 A135980 A135981

KEYWORD

nonn,more

AUTHOR

Artur Jasinski, Dec 09 2007

EXTENSIONS

a(17)-a(37) from Arkadiusz Wesolowski, Jan 26 2012

a(38)-a(39) from Amiram Eldar, Sep 29 2018

STATUS

approved

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

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 16 23:56 EDT 2021. Contains 346077 sequences. (Running on oeis4.)