|
|
A080774
|
|
Numbers with two prime factors: (4*i+1)*(4*j+3).
|
|
15
|
|
|
15, 35, 39, 51, 55, 87, 91, 95, 111, 115, 119, 123, 143, 155, 159, 183, 187, 203, 215, 219, 235, 247, 259, 267, 287, 291, 295, 299, 303, 319, 323, 327, 335, 339, 355, 371, 391, 395, 403, 407, 411, 415, 427, 447, 451, 471, 511, 515, 519, 527, 535, 543, 551
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
Semiprimes of the form 4k+3. - Giovanni Teofilatto, Jun 15 2005
There are 971 semiprimes of the form 4k+3 below 10,000.
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=1..1000
Eric Weisstein's World of Mathematics, Semiprime
Wikipedia, Semiprime
|
|
EXAMPLE
|
a(1) = 15 = 3*5 = (4*1+1)*(4*0+3).
|
|
MATHEMATICA
|
Select[Range[15, 1000, 2], Last /@ FactorInteger[#] == {1, 1} && IntegerQ[(# - 3)/4] &] (* Vladimir Joseph Stephan Orlovsky, May 07 2011 *)
|
|
CROSSREFS
|
Cf. A001358, A006881, A002144, A002145, A107978, A121387.
Sequence in context: A359163 A327934 A202237 * A146319 A238605 A233561
Adjacent sequences: A080771 A080772 A080773 * A080775 A080776 A080777
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Reinhard Zumkeller, Mar 10 2003
|
|
STATUS
|
approved
|
|
|
|