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!)
A244329 Floor(antisigma(n) / sigma(n)) = floor(A024816(n) / A000203(n)). 4
0, 0, 0, 0, 1, 0, 2, 1, 2, 2, 4, 1, 5, 3, 4, 3, 7, 3, 8, 4, 6, 6, 10, 4, 9, 7, 8, 6, 13, 5, 14, 7, 10, 10, 12, 6, 17, 11, 12, 8, 19, 8, 20, 10, 12, 14, 22, 8, 20, 12, 17, 13, 25, 11, 20, 12, 19, 18, 28, 9, 29, 19, 18, 15, 24, 14, 32, 17, 24, 16, 34, 12, 35, 23 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
COMMENTS
RECORD transform of a(n) is A140475 (union of number 1 and primes >= 5).
Sequence of numbers n such that a(n) = floor(antisigma(n) / n) = A046022.
Sequence of numbers n such that a(n) = a(n+1) = A244666.
LINKS
FORMULA
a(n) = A244327(n) - A244328(n) for n >= 7.
EXAMPLE
For n = 10; a(10) = floor(A024816(10) / A000203(10)) = floor(37 / 18) = 2.
PROG
(Magma) [Floor(((n*(n+1)div 2)-SumOfDivisors(n)) div (SumOfDivisors(n))) : n in [1..1000]]
CROSSREFS
Sequence in context: A240388 A049823 A143775 * A003165 A337679 A158379
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jul 08 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 August 4 17:28 EDT 2024. Contains 374923 sequences. (Running on oeis4.)