A084759 Composite 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.
4, 6, 9, 10, 14, 20, 25, 32, 40, 49, 60, 70, 82, 95, 110, 124, 140, 158, 175, 194, 214, 235, 258, 280, 304, 329, 355, 382, 410, 440, 469, 500, 532, 565, 600, 634, 670, 707, 745, 784, 824, 865, 908, 950, 994, 1040, 1085, 1132, 1180, 1230, 1281, 1330, 1382, 1435
Offset: 1
Keywords
Examples
The term after 14 is 20 and not 18 or 16 as 6-4 = 16-14 = 2, 18-14 = 14-10 = 4.
Extensions
More terms from David Wasserman, Jan 05 2005
Comments