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!)
A244324 Numbers n such that floor(antisigma(n) / n) = antisigma(n) mod n. 2
1, 2, 15, 20, 104, 207, 464, 650, 1023, 1952, 2975, 19359, 130304, 147455, 522752, 1207359, 5017599, 8382464 (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.
Also numbers n such that there is some number k > 0 with property: antisigma(n) = k*(n+1). Corresponding values of numbers k: 0, 0, 6, 8, 50, 102, 230, 323, 510, 974, 1486, 9678, …
Numbers n such that A244325(n) = A229110(n).
LINKS
EXAMPLE
Antisigma(19359) = 187366080 = 9678*19359 + 9678.
PROG
(Magma) [n: n in [1..1000000] | u eq 0 where u is (Floor((((n*(n+1)) div 2 - SumOfDivisors(n)) div n))) - (((((n*(n+1)) div 2)-SumOfDivisors(n)) mod (n)))]
(PARI) isok(n) = my(as = n*(n+1)/2 - sigma(n)); (as\n == as % n); \\ Michel Marcus, Jun 26 2014
CROSSREFS
Sequence in context: A076617 A091791 A281660 * A143660 A198391 A278889
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jun 25 2014
EXTENSIONS
a(16)-a(18) from Michel Marcus, Jun 26 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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)