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!)
A073066 Least k such that n*prime(k) <= k*tau(k). 0
2, 24, 180, 840, 2520, 5040, 15120, 27720, 55440, 110880, 166320, 221760, 332640, 554400, 720720, 1081080, 1441440, 1441440, 2162160, 2882880, 3603600, 4324320, 7207200, 7207200, 8648640, 10810800, 14414400, 21621600, 21621600, 21621600, 32432400, 36756720, 36756720, 43243200, 61261200, 73513440 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) divides a(n+1) for some n.
LINKS
PROG
(PARI) a(n)=if(n<0, 0, s=1; while(n*prime(s)>s*numdiv(s), s++); s)
CROSSREFS
Sequence in context: A157053 A279853 A052411 * A002736 A309318 A131972
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Aug 17 2002
EXTENSIONS
More terms from Donovan Johnson, Mar 06 2008
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 2 10:51 EDT 2024. Contains 372196 sequences. (Running on oeis4.)