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!)
A175626 Semiprimes s such that 2^(s-1) mod s is also a semiprime. 1
9, 15, 21, 33, 35, 39, 49, 51, 55, 57, 69, 77, 87, 93, 111, 115, 123, 129, 141, 159, 177, 183, 201, 203, 213, 219, 237, 249, 267, 291, 295, 303, 309, 321, 327, 329, 339, 361, 377, 381, 393, 411, 417, 437, 447, 451, 453, 471, 473, 489, 501, 515, 519 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Semiprimes s such that A062173(s) is also a semiprime.
LINKS
EXAMPLE
9 is in the sequence because 9 and (2^(9-1) mod 9)=4 are both semiprime.
MATHEMATICA
semiPrimeQ[x_] := Plus @@ Last /@ FactorInteger@ x == 2; fQ[n_] := semiPrimeQ@ n && semiPrimeQ@ PowerMod[2, n - 1, n]; Select[ Range@ 525, fQ]
CROSSREFS
Sequence in context: A331662 A007962 A061254 * A096788 A050991 A033553
KEYWORD
nonn
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 May 5 05:35 EDT 2024. Contains 372257 sequences. (Running on oeis4.)