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!)
A242484 Numbers n such that antisigma(n) mod n = 0, where antisigma(n) = A024816(n) = sum of numbers less than n which do not divide n. 6
1, 2, 24, 4320, 4680, 26208, 8910720, 17428320, 20427264, 91963648, 197064960, 8583644160, 10200236032, 21857648640, 57575890944, 57629644800, 206166804480, 17116004505600, 1416963251404800, 15338300494970880 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers n such that antisigma(n) mod n = A229110(n) = 0.
If there are any odd multiply-perfect numbers, they are members of this sequence.
If there is no odd multiply-perfect number, then a(n) = A159907(n-1) for n >= 2.
LINKS
EXAMPLE
24 is in sequence because antisigma(24) mod 24 = 240 mod 24 = 0.
PROG
(Magma) [n: n in [1..1000000] | 0 eq ((n*(n+1))div 2 - SumOfDivisors(n)) mod n]
CROSSREFS
Sequence in context: A059332 A000794 A159907 * A088912 A342573 A203465
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, May 16 2014
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)