A122072 Greatest prime less than 10n.
7, 19, 29, 37, 47, 59, 67, 79, 89, 97, 109, 113, 127, 139, 149, 157, 167, 179, 181, 199, 199, 211, 229, 239, 241, 257, 269, 277, 283, 293, 307, 317, 317, 337, 349, 359, 367, 379, 389, 397, 409, 419, 421, 439, 449, 457, 467, 479, 487, 499, 509, 509, 523, 523
Offset: 1
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Table[Prime[PrimePi[10 n]], {n, 54}] (* Jayanta Basu, May 24 2013 *)
-
PARI
a(n)=precprime(10*n) \\ Charles R Greathouse IV, Feb 26 2012
Comments