OFFSET
1,1
EXAMPLE
4321 is in the sequence because it is semiprime 4321 = 29 * 149, and (4,3,2,1) are descending consecutive digits.
MATHEMATICA
Sort[Flatten[Table[Select[FromDigits/@Partition[Range[9, 0, -1], n, 1], PrimeOmega[#] == 2&], {n, 10}]]] (* Harvey P. Dale, Jul 10 2014 *)
CROSSREFS
KEYWORD
nonn,base,easy,full,fini
AUTHOR
Jonathan Vos Post, Aug 12 2012
EXTENSIONS
Corrected and extended by R. J. Mathar, Aug 13 2012
STATUS
approved