Piprimes: Difference between revisions

m
references
m (added some links)
m (references)
Line 5:
pi(n), the number of primes <= n, where '''pi(n) < 22'''<br>
[[wp:Prime-counting_function|Prime-counting_function]]<br>
[http://sweet.ua.pt/tos/primes.html| Tables and hints] by Tomás Oliveira e Silva<br><br>
 
;Also see:
:* &nbsp; the OEIS entry: &nbsp; [http://oeis.org/A000720 A0000720 pi(n), the number of primes <= n. Sometimes called PrimePi(n)...].
 
<br><br>
 
 
 
 
=={{header|REXX}}==
<lang rexx>/*REXX program finds and displays pi(n) for 0 < N ≤ prime(22) {the 22nd prime is 87},*/
4,107

edits