A084760 Squarefree numbers in ascending order such that the difference of successive terms is unique. a(m) - a(m-1) = a(k) - a(k-1) iff m = k.
2, 3, 5, 10, 13, 17, 23, 30, 38, 47, 57, 69, 82, 93, 107, 122, 138, 155, 173, 193, 214, 233, 255, 278, 302, 327, 353, 381, 410, 437, 467, 498, 530, 563, 597, 633, 670, 705, 743, 782, 822, 863, 905, 949, 994, 1037, 1085, 1131, 1178, 1227, 1277, 1329, 1382, 1433
Offset: 1
Keywords
Examples
After 5 the next term is 10 and not 6 or 7, as 6-5 = 3-2 =1 and 7-5 = 5-3 = 2.
Extensions
More terms from Franklin T. Adams-Watters, Jul 14 2006
Comments