A178755 Integers that become semiprime when any single digit is removed.
44, 46, 49, 64, 66, 69, 94, 96, 99, 104, 155, 215, 221, 222, 225, 226, 251, 255, 262, 265, 333, 334, 335, 338, 339, 349, 355, 358, 385, 393, 394, 395, 469, 515, 551, 555, 557, 558, 577, 585, 587, 622, 625, 655, 695, 774, 777, 822, 825, 826, 855, 857, 862, 865
Offset: 1
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Select[Range[3000],Union[PrimeOmega[FromDigits/@Subsets[IntegerDigits[#],{IntegerLength[#]-1}]]]=={2}&] (* Harvey P. Dale, Apr 25 2015 *)
Formula
a(10) = 104 because deleting the "1" gives "04" which by OEIS protocol becomes the semiprime 4=2*2; deleting the "0" gives the semiprime 14=2*7; and deleting the "4" gives the semiprime 10=2*5.
Extensions
Extended by Ray Chandler
Comments