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!)
A242332 Numbers k such that k^2 + 4 is a semiprime. 5
0, 9, 19, 21, 23, 25, 31, 41, 43, 51, 53, 55, 63, 69, 71, 75, 77, 79, 83, 91, 93, 105, 107, 109, 113, 119, 123, 129, 131, 133, 143, 145, 149, 151, 153, 157, 165, 171, 173, 175, 181, 185, 187, 191, 195, 197, 201, 209, 221, 223, 225, 227, 241, 249, 251, 257, 259 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The semiprimes of this form are: 4, 85, 365, 445, 533, 629, 965, 1685, 1853, 2605, 2813, 3029, 3973, 4765, 5045, 5629, 5933, 6245, ...
LINKS
MATHEMATICA
Select[Range[0, 300], PrimeOmega[#^2 + 4] == 2 &]
PROG
(Magma) IsSemiprime:=func<i | &+[d[2]: d in Factorization(i)] eq 2>; [n: n in [0..300] | IsSemiprime(s) where s is n^2+4];
CROSSREFS
Sequence in context: A288392 A157140 A244538 * A357773 A075981 A079368
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, May 14 2014
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 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)