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!)
A214443 Least number k such that (sum of anti-divisors of k)/k >= n. 0
5, 77, 233415, 105411381075 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Least number k such that A066417(k)/k >= n.
LINKS
Jon Perry, The Anti-divisor
PROG
(PARI) a066417(n)=local(x); x=valuation(n, 2); sigma(2*n+1)+sigma(2*n-1)+sigma(n/2^x)*2^(x+1)-6*n-2
for(n=1, 3, for(k=3, 233415, if(a066417(k)/k>=n, print(n " " k); next(2))))
CROSSREFS
Sequence in context: A015056 A326870 A327903 * A015973 A363376 A136578
KEYWORD
nonn,more
AUTHOR
Donovan Johnson, Aug 08 2012
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 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)