OFFSET
1,1
COMMENTS
There are 2673 terms in this sequence when the 8153 terms of A005114, up to 60000, are taken into account.
Note that some numbers come up by pairs like (288,290) or (322,324), corresponding to untouchable triples. Others come up by groups of 3 like (892,894,896) or (1312,1314,1316), corresponding to untouchable quadruplets. For higher n-tuplets, see A231965.
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Untouchable Number.
Wikipedia, Untouchable number
EXAMPLE
246 and 248 are untouchable, so 246 is in this sequence.
PROG
(PARI) lista() = {v = readvec("untouchable.log"); for (i=1, #v, vi = v[i]; if (vecsearch(v, vi+2, ), print1(vi, ", ")); ); } \\ Michel Marcus, Nov 16 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Marcus, Nov 16 2013
STATUS
approved