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!)
A231547 Numbers n such that n < sigma(n) - sigma(n-1). 2
12, 18, 20, 24, 30, 36, 42, 48, 54, 60, 72, 80, 84, 90, 96, 102, 104, 108, 114, 120, 126, 132, 138, 140, 144, 150, 156, 160, 162, 168, 174, 180, 192, 198, 200, 204, 210, 216, 224, 228, 234, 240, 252, 258, 260, 264, 270, 272, 276, 280, 282, 288, 294, 300, 306 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also numbers n such that antisigma(n) < antisigma(n-1), where antisigma(n) = A024816(n) = the sum of the non-divisors of n that are between 1 and n.
Numbers n such that A163553(n-1) < 0.
Numbers n such that antisigma(n) > antisigma(n-1) = A231711.
Numbers n such that antisigma(n) = antisigma(n-1) = A231545.
Complement of union of A213711, A231545 and number 1.
LINKS
EXAMPLE
12 is in sequence because antisigma(12) = 50 < antisigma(11) = 54.
MATHEMATICA
Select[Range[350], #<(DivisorSigma[1, #]-DivisorSigma[1, #-1])&] (* Harvey P. Dale, May 26 2016 *)
CROSSREFS
Sequence in context: A173490 A005101 A124626 * A290141 A087245 A342100
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Nov 12 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 25 10:39 EDT 2024. Contains 371967 sequences. (Running on oeis4.)