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!)
A244326 Numbers n such that floor(antisigma(n)/n) < floor(antisigma(n - 1)/(n - 1)). 2
36, 48, 60, 72, 84, 90, 96, 108, 120, 132, 144, 156, 168, 180, 192, 210, 216, 240, 252, 264, 270, 280, 288, 300, 312, 324, 330, 336, 360, 378, 384, 390, 396, 408, 420, 432, 450, 456, 468, 480, 504, 510, 528, 540, 552, 560, 570, 576, 588, 600, 612, 624, 630, 648 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Antisigma(n) = A024816(n) = the sum of the non-divisors of n that are between 1 and n.
Numbers from A166069 (multiply perfect numbers k such that sigma(k)/k > 2) are members of this sequence.
LINKS
MATHEMATICA
With[{as=Table[Floor[Total[Complement[Range[2, n], Divisors[n]]/n]], {n, 1000}]}, Flatten[Position[Partition[as, 2, 1], _?(First[#]>Last[#]&), {1}, Heads->False]]]+1 (* Harvey P. Dale, Sep 10 2014 *)
PROG
(Magma) [n: n in [2..10000] | Floor((((n*(n+1))div 2 - SumOfDivisors(n)) div n)) lt Floor((((n*(n-1))div 2 - SumOfDivisors(n-1)) div (n-1)))]
CROSSREFS
Sequence in context: A291713 A370266 A287840 * A357605 A064597 A119850
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jun 25 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 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)