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!)
A068350 Numbers n such that n*tau(n) > prime(2*n) where tau(n) = A000005(n). 2
60, 72, 84, 90, 120, 144, 168, 180, 192, 210, 216, 240, 252, 264, 270, 280, 288, 300, 312, 324, 330, 336, 360, 378, 384, 390, 396, 408, 420, 432, 440, 450, 456, 462, 468, 480, 504, 510, 520, 528, 540, 560, 576, 588, 600, 612, 624, 630, 648, 660, 672, 684 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The first odd term is a(232) = 2835. - Harvey P. Dale, Feb 20 2016
LINKS
MATHEMATICA
Select[Range[800], # DivisorSigma[0, #]>Prime[2#]&] (* Harvey P. Dale, Feb 20 2016 *)
PROG
(PARI) for(n=1, 1000, if(n*numdiv(n)>prime(2*n), print1(n, ", ")))
CROSSREFS
Cf. A000005.
Sequence in context: A131564 A036457 A030630 * A265712 A335198 A335935
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Feb 28 2002
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 24 05:49 EDT 2024. Contains 371918 sequences. (Running on oeis4.)