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!)
A176896 Semiprimes s such that (s-1)/2 is also semiprime. 3
9, 21, 51, 69, 77, 93, 111, 115, 155, 183, 187, 213, 237, 247, 259, 267, 287, 291, 319, 323, 339, 355, 371, 403, 407, 411, 413, 427, 437, 453, 471, 519, 535, 579, 583, 591, 597, 611, 629, 655, 669, 671, 679, 717, 723, 731, 755, 763, 789, 791, 807, 815, 831 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Semiprime analog of safe primes (A005385). - Zak Seidov, Feb 01 2017
LINKS
FORMULA
a(n) = 2*A111153(n) + 1. - Zak Seidov, Sep 10 2012
EXAMPLE
a(1)=9 because (3*3 - 1)/2 = 4 = 2*2; a(2)=21 because (3*7 - 1)/2 = 10 = 2*5.
MATHEMATICA
Select[Range[1000], PrimeOmega[#]==PrimeOmega[(#-1)/2]==2&] (* Harvey P. Dale, Jan 28 2016 *)
CROSSREFS
Sequence in context: A118130 A144482 A251212 * A347502 A134717 A216980
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected (497 and 745 removed) by R. J. Mathar, May 01 2010
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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)