OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
EXAMPLE
Missing terms from A051953 are 10,26,34,50,.. so their difference sequence starts with 16,8,16,...
MATHEMATICA
t0[x_] := Table[j, {j, 1, x}] t=Table[w-EulerPhi[w], {w, 1, 10000}]; u=Union[%]; Delete[u-RotateRight[u], 1]; c=Complement[t0[10000], u]; Delete[c-RotateRight[c], 1];
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, May 20 2003
EXTENSIONS
a(84)-a(85) corrected by David Ng, (an error that was noticed by Doug Phillips), Oct 31 2016
a(86) corrected and name simplified by Omar E. Pol, Nov 04 2016
STATUS
approved