login
This site is supported by donations 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; internal format)
OFFSET

1,1

COMMENTS

a(n) divides a(n+1) for some n.

PROG

(PARI) a(n)=if(n<0, 0, s=1; while(n*prime(s)>s*numdiv(s), s++); s)

CROSSREFS

Sequence in context: A108476 A157053 A052411 * A002736 A131972 A059387

Adjacent sequences:  A073063 A073064 A073065 * A073067 A073068 A073069

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Aug 17 2002

EXTENSIONS

More terms from Donovan Johnson (donovan.johnson(AT)yahoo.com), Mar 06 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 08:47 EST 2012. Contains 205614 sequences.