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!)
A227231 Numbers n such that antisigma(n) mod n = n - 1. 1
1, 3, 4, 5, 7, 11, 13, 17, 19, 23, 29, 31, 36, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Antisigma(n) = A024816(n) = sum of numbers less than n which do not divide n.
Union of A065091 (odd primes) and sequence nonprimes 1, 4, 36, ... (all terms < 10^5).
No more composite terms to 10^10. - Charles R Greathouse IV, Nov 02 2014
LINKS
EXAMPLE
antisigma(36) mod 36 => 575 mod 36 = 35.
PROG
(Magma) [n: n in [1..1000] | n-1 eq ((n*(n+1) div 2-SumOfDivisors(n)) mod n)]. // Jaroslav Krizek, May 28 2014
(PARI) is(n)=(n*(n+1)/2-sigma(n)+1)%n==0 \\ Charles R Greathouse IV, Nov 02 2014
CROSSREFS
Cf. A024816 (antisigma(n)), A229110 (antisigma(n) mod n).
Sequence in context: A354711 A140826 A081735 * A107036 A001605 A216570
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Sep 26 2013
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 18 13:50 EDT 2024. Contains 371780 sequences. (Running on oeis4.)