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!)
A112776 Numbers n such that 6n+5 is semiprime. 2
5, 10, 12, 15, 19, 23, 25, 26, 30, 33, 34, 35, 36, 47, 49, 50, 53, 54, 55, 56, 60, 61, 62, 65, 67, 68, 72, 78, 80, 82, 85, 87, 88, 90, 91, 96, 101, 103, 104, 105, 111, 114, 115, 117, 118, 121, 122, 124, 125, 127, 129, 130, 131, 133, 135, 141, 144, 148, 149, 150 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Resulting semiprimes in A108172.
LINKS
FORMULA
a(n) = (A108172(n) - 5)/6.
MATHEMATICA
Select[Range[3000], Plus@@Last/@FactorInteger[6# + 5] == 2&] (* Vincenzo Librandi, Sep 22 2012 *)
PROG
(Magma) IsSemiprime:=func<n | &+[k[2]: k in Factorization(n)] eq 2>; [n: n in [2..150] | IsSemiprime(6*n+5)]; // Vincenzo Librandi, Sep 22 2012
(PARI) is(n)=bigomega(6*n+5)==2 \\ Charles R Greathouse IV, Feb 08 2017
CROSSREFS
Sequence in context: A313360 A313361 A059324 * A313362 A120063 A313363
KEYWORD
easy,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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)