login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A076080
a(n) = A076079(n)/n.
1
1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5
OFFSET
1,5
FORMULA
a(n) = floor((prime(n)-1)/n). - David Wasserman, Feb 23 2006
MAPLE
1, seq(floor(evalf(ithprime(n)/n, 100)), n=2..200);
CROSSREFS
Cf. A076079.
Except for first term, same as A038605.
Sequence in context: A303370 A082528 A055980 * A134914 A372406 A329195
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 05 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 30 2003
More terms from David Wasserman, Feb 23 2006
STATUS
approved