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!)
A177210 Numbers k that are the products of two distinct primes such that 2*k-1 are also products of two distinct primes. 11
26, 33, 35, 39, 46, 58, 62, 65, 93, 94, 111, 118, 119, 133, 134, 146, 155, 161, 178, 183, 202, 206, 209, 214, 219, 226, 235, 237, 247, 249, 253, 259, 267, 287, 291, 295, 299, 334, 335, 341, 362, 377, 382, 386, 391, 393, 395, 407, 422, 445, 447, 451, 453, 478 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
26 is a term because 26 = 2*13 and 2*26 - 1 = 51 = 3*17;
33 is a term because 33 = 3*11 and 2*33 - 1 = 65 = 5*13.
MATHEMATICA
f[n_]:=Last/@FactorInteger[n]=={1, 1}; lst={}; Do[If[f[n]&&f[2*n-1], AppendTo[lst, n]], {n, 0, 4*6!}]; lst
Select[Range[500], PrimeNu[#]==PrimeOmega[#]==PrimeNu[2#-1] == PrimeOmega[ 2#-1] == 2&] (* Harvey P. Dale, May 23 2014 *)
CROSSREFS
Cf. A006881.
Sequence in context: A259041 A134252 A153224 * A050770 A050438 A047822
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 April 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)