OFFSET
1,1
COMMENTS
Also every second odd prime. - Cino Hilliard, Dec 02 2007
If n > 1, then a(n) is less than, and asymptotic to, the n-th Ramanujan prime R_n = A104272(n). Research questions on the difference R_n - a(n) are at A104272. - Jonathan Sondow, Dec 16 2013
LINKS
Jens Kruse Andersen, Table of n, a(n) for n = 1..10000
FORMULA
MAPLE
A031215 := n->ithprime(2*n);
MATHEMATICA
Table[ Prime[ 2n], {n, 52}] (* Robert G. Wilson v, Dec 01 2013 *)
PROG
(Magma) [ NthPrime(2*n): n in [1..1000] ]; // Vincenzo Librandi, Apr 11 2011
(PARI) a(n)=prime(2*n) \\ Charles R Greathouse IV, Jul 02 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved