The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A324991 a(n) = the largest number k such that floor(sigma(k)/tau(k)) = n, or 0 if no such number k exists. 2
2, 4, 8, 12, 0, 18, 24, 21, 30, 36, 40, 48, 45, 60, 56, 72, 63, 84, 90, 75, 96, 120, 108, 112, 0, 144, 110, 140, 0, 180, 160, 156, 136, 67, 116, 210, 240, 200, 198, 252, 175, 224, 208, 225, 288, 228, 0, 360, 336, 0, 172, 315, 0, 330, 272, 420, 294, 306, 0, 396 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Floor(sigma(n)/tau(n)) = floor(A000203(n)/A000005(n)) = A057022(n) for n >= 1.
a(n) = 0 for numbers n = 5, 25, 29, 47, 50, 53, 59, 83, 89, ...
LINKS
EXAMPLE
For n = 4; number 12 is the largest number k with floor(sigma(k)/tau(k)) = 4; floor(sigma(12)/tau(12)) = floor(28/6) = 4.
PROG
(Magma) [Max([n: n in[1..10^5] | Floor(SumOfDivisors(n)/ NumberOfDivisors(n)) eq k]): k in [1..4]] cat [0] cat [Max([n: n in[1..10^5] | Floor(SumOfDivisors(n)/ NumberOfDivisors(n)) eq k]): k in [6..24]]
CROSSREFS
Sequence in context: A101831 A246703 A079389 * A349228 A337181 A357806
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Mar 23 2019
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 May 20 13:41 EDT 2024. Contains 372715 sequences. (Running on oeis4.)