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!)
A165689 Numbers n such that pi(n) = (1/10)*n. 0
64540, 64580, 64610, 64620, 64650, 64690, 64700, 64710, 64720 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A subsequence of A057809. For each positive integer m, set of the numbers n such that pi(n)=(1/10^m)*n is a finite set. I guess that all these sets are nonempty. What is the smallest number n such that pi(n) = (1/100)*n?
LINKS
MATHEMATICA
Select[10 Range[10000], PrimePi[ # ] == 1/10 # &]
PROG
(PARI) forcomposite(n=1, 1e5, if(10*primepi(n) == n, print1(n, ", "))) \\ Altug Alkan, Dec 18 2015
CROSSREFS
Cf. A057809.
Sequence in context: A234128 A205631 A205333 * A236469 A203712 A061738
KEYWORD
fini,full,nonn
AUTHOR
Farideh Firoozbakht, Oct 06 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)