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 A064659 #11 May 23 2020 03:11:27 %S A064659 2,2,2,1,3,2,3,2,3,6,5,7,8,6,6,9,11,9,11,11,9,11,11,13,17,16,14,14,11, %T A064659 11,21,20,22,19,25,22,23,25,24,25,27,24,29,26,26,23,30,37,36,33,32,34, %U A064659 31,36,37,38,39,35,36,35,32,37,46,45,42,40,49,50,55 %N A064659 a(n) = round(prime(n) - n*log(n)). %H A064659 Harry J. Smith, <a href="/A064659/b064659.txt">Table of n, a(n) for n = 1..1000</a> %F A064659 a(n) ~ n*log(log(n)) * (1 + 1/log(n) - 1/log(log(n)) - 2/(log(n)*log(log(n)))). - _Vaclav Kotesovec_, May 23 2020 %o A064659 (PARI) { default(realprecision, 100); for (n = 1, 1000, write("b064659.txt", n, " ", round(prime(n) - n*log(n))); ) } \\ _Harry J. Smith_, Jun 25 2009 %Y A064659 Cf. A064658, A059111. %K A064659 nonn %O A064659 1,1 %A A064659 _N. J. A. Sloane_, Oct 10 2001