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!)
A067250 Numbers n such that prime(n) = floor(n*log(n*omega(n))). 0
10, 57, 92, 99, 123, 124, 1677, 2485, 32578, 33165, 33220, 451140, 5954790 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Next term, if it exists, is bigger than 2*10^6. - Stefan Steinerberger, Apr 09 2006
a(14) > 10^9. - Donovan Johnson, Aug 03 2009
LINKS
MATHEMATICA
For[n = 200000, n < 2000000, n++, If[Prime[n] == Floor[n*Log[n*Length[FactorInteger[n]]]], Print[n]]] (* Stefan Steinerberger, Apr 09 2006 *)
CROSSREFS
Sequence in context: A200054 A034195 A351458 * A061005 A006550 A047780
KEYWORD
more,nonn
AUTHOR
Benoit Cloitre, Feb 20 2002
EXTENSIONS
a(12) from Stefan Steinerberger, Apr 09 2006
a(13) from Donovan Johnson, Aug 03 2009
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)