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!)
A068351 Numbers n such that n*tau(n)>prime(3*n) where tau(n)=A000005(n). 1
720, 840, 900, 960, 1008, 1080, 1200, 1260, 1320, 1440, 1512, 1560, 1584, 1620, 1680, 1800, 1848, 1872, 1890, 1920, 1980, 2016, 2040, 2100, 2160, 2184, 2280, 2310, 2340, 2376, 2400, 2520, 2640, 2688, 2700, 2730, 2760, 2772, 2808, 2856, 2880, 2940 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Only 13 of the first 2500 terms are odd, and each one of them is a multiple of 5. - Harvey P. Dale, Jun 15 2014
LINKS
MATHEMATICA
Select[Range[3000], # DivisorSigma[0, #]>Prime[3#]&] (* Harvey P. Dale, Jun 15 2014 *)
PROG
(PARI) for(n=1, 3300, if(n*numdiv(n)>prime(3*n), print1(n, ", ")))
CROSSREFS
Sequence in context: A145226 A056467 A056457 * A067892 A337036 A257416
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 May 17 08:10 EDT 2024. Contains 372579 sequences. (Running on oeis4.)