A290365 Numbers that cannot be written as a difference of 3-smooth numbers (A003586).
41, 43, 59, 67, 82, 83, 85, 86, 89, 91, 97, 103, 109, 113, 118, 121, 123, 129, 131, 133, 134, 137, 145, 149, 151, 155, 157, 163, 164, 166, 167, 169, 170, 172, 173, 177, 178, 181, 182, 185, 187, 193, 194, 197, 199, 201, 203, 205, 206, 209, 218, 221, 223, 226
Offset: 1
Keywords
Links
- Natalia da Silva, Serban Raianu, Hector Salgado, Differences of Harmonic Numbers and the abc-Conjecture, arXiv:1708.00620 [math.NT], 2017.
Programs
-
Mathematica
terms = 54; A3586 = Select[Range[3000], FactorInteger[#][[-1, 1]] <= 3&]; dd = Union[#[[2]] - #[[1]]& /@ Subsets[A3586, {2}]]; Complement[Range[u[[-1]]], dd][[1 ;; terms]] (* Jean-François Alcover, Sep 28 2018 *)
Extensions
a(12)-a(54) from Jon E. Schoenfield, Aug 18 2017
Comments