OFFSET
1,1
COMMENTS
Under the assumption that every even integer >= 18 is the sum of three distinct primes, all elements of this sequence are odd. See A278373 for more details.
LINKS
David W. Wilson, Table of n, a(n) for n = 1..10000
MATHEMATICA
Take[#, 59] &@ Complement[Range@ #, Union@ Table[DivisorSigma[1, n] + EulerPhi@ n - 2 n, {n, #}]] &[10^5] (* Michael De Vlieger, Nov 30 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
David W. Wilson, Sep 06 2000
STATUS
approved