This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A062743 #24 Sep 04 2018 09:31:38 %S A062743 3,2,37,127,347,1087,3109,8419,24317,64553,175211,480881,1304707, %T A062743 3523901,9558533,25874843,70115473,189961529,514272533,1394193607, %U A062743 3779851091,10246935679,27788566133,75370121191,204475052401 %N A062743 Smallest prime prime(m) such that floor(prime(m)/m) = n. %C A062743 a(n+1)/a(n) -> e as n -> infinity, as do the m's. %H A062743 Giovanni Resta, <a href="/A062743/b062743.txt">Table of n, a(n) for n = 1..50</a> (first 29 terms from Robert G. Wilson v) %F A062743 A062742(n) = pi(a(n)). %t A062743 Do[ k = 1; While[ Floor[ Prime[m]/ m] != n, m++ ]; Print[Prime[k] ], {n, 1, 27} ] %Y A062743 Essentially the same as A038623. %Y A062743 Cf. A038607, A038625. %K A062743 nonn %O A062743 1,1 %A A062743 _Labos Elemer_, Jul 12 2001 %E A062743 More terms from _Robert G. Wilson v_, Jul 13 2001 %E A062743 a(27) from _Farideh Firoozbakht_, Sep 12 2005 %E A062743 Corrected by _T. D. Noe_, Nov 14 2006 %E A062743 a(30)-a(50) obtained from the values of A038625 computed by _Jan Büthe_. - _Giovanni Resta_, Sep 01 2018