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!)
A183074 Prime numbers p such that 2^p - 1 is composite and each of its prime divisors has the form 4j + 3. 7
43, 79, 193, 311, 331, 349, 389, 557, 577, 631, 647, 1103 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Needed factorizations are in the Cunningham Project.
LINKS
S. S. Wagstaff, Jr., The Cunningham Project.
FORMULA
A183078(n) = 2^a(n) - 1.
EXAMPLE
43 is in this sequence because 2^43 - 1 = 431 * 9719 * 2099863, and each of those primes has the form 4j + 3.
MATHEMATICA
cQ[n_]:=Module[{x=2^n-1}, !PrimeQ[x]&&Union[Mod[Transpose[ FactorInteger[ x]][[1]], 4]]=={3}]; Select[Prime[Range[120]], cQ] (* Harvey P. Dale, Jun 17 2014 *)
CROSSREFS
Sequence in context: A121957 A118075 A236839 * A289730 A045238 A139982
KEYWORD
nonn,hard
AUTHOR
Stuart Clary, Dec 23 2010
EXTENSIONS
a(12) from Amiram Eldar, Feb 18 2019
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)