[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A108635
Semiprimes with property that digits are in nonincreasing order.
1
4, 6, 9, 10, 21, 22, 33, 51, 55, 62, 65, 74, 77, 82, 85, 86, 87, 91, 93, 94, 95, 111, 221, 321, 411, 422, 511, 533, 542, 543, 551, 553, 554, 611, 622, 633, 655, 662, 721, 731, 753, 755, 763, 766, 771, 831, 841, 842, 843, 851, 862, 865, 866, 871, 886, 921, 922
OFFSET
1,1
EXAMPLE
The semiprime 14 is missing because 4 > 1.
MATHEMATICA
Select[Range[1000], Plus@@Last/@FactorInteger[ # ]\[Equal]2&&OrderedQ[Reverse[IntegerDigits[ # ]]]&]
CROSSREFS
Cf. A108634.
Sequence in context: A287296 A275197 A118778 * A071964 A135257 A118697
KEYWORD
nonn,base,easy,less
AUTHOR
Zak Seidov, Jun 14 2005
STATUS
approved