login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056996 Positive integers not of the form sigma(k) + phi(k) - 2k for some k. 5
5, 11, 19, 21, 23, 27, 33, 35, 39, 43, 45, 47, 51, 53, 55, 59, 67, 69, 71, 79, 81, 83, 87, 95, 99, 101, 103, 105, 107, 113, 115, 117, 119, 123, 129, 131, 135, 139, 141, 143, 147, 151, 153, 155, 159, 165, 167, 171, 173, 175, 177, 179, 185, 187, 189, 191, 193, 195 (list; graph; refs; listen; history; text; internal format)
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
MATHEMATICA
Take[#, 59] &@ Complement[Range@ #, Union@ Table[DivisorSigma[1, n] + EulerPhi@ n - 2 n, {n, #}]] &[10^5] (* Michael De Vlieger, Nov 30 2016 *)
CROSSREFS
Complement is A278373.
Cf. A000010 (phi), A000203 (sigma).
Sequence in context: A102174 A140515 A349553 * A102184 A290751 A320518
KEYWORD
nonn
AUTHOR
David W. Wilson, Sep 06 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 08:28 EDT 2024. Contains 371927 sequences. (Running on oeis4.)