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!)
A086096 Semiprimes with a semiprime number of 1's in their binary representation. 2
15, 39, 46, 51, 57, 58, 77, 85, 86, 95, 106, 111, 119, 123, 141, 142, 159, 166, 169, 177, 178, 183, 187, 201, 202, 209, 215, 219, 221, 226, 235, 237, 249, 267, 278, 287, 291, 298, 303, 305, 323, 326, 329, 335, 365, 371, 377, 393, 394, 407, 411, 413, 417, 427 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
The sixth semiprime = 15 = '1111' with four 1's, so 15 is a term.
MATHEMATICA
binWt[n_] := DigitCount[n, 2, 1]; seqQ[n_] := PrimeOmega[n] == 2 && PrimeOmega[binWt[n]] == 2; Select[Range[500], seqQ] (* Amiram Eldar, Dec 14 2019 *)
CROSSREFS
Sequence in context: A039605 A032654 A320721 * A272189 A336560 A176257
KEYWORD
nonn,base
AUTHOR
Jason Earls, Jul 09 2003
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)