OFFSET
1,3
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
EXAMPLE
[3/2]=1; [5/3]=1; [11/5]=2
MATHEMATICA
Floor[Prime[#]/#]&/@Prime[Range[90]] (* Harvey P. Dale, Aug 12 2016 *)
PROG
(PARI) a(n)=prime(n=prime(n))\n \\ Charles R Greathouse IV, Oct 31 2012
(PARI) apply(p->prime(p)\p, primes(100)) \\ Charles R Greathouse IV, Oct 31 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Tyler Carrico, Oct 30 2012
STATUS
approved