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 A050500 #12 Mar 17 2025 02:40:53 %S A050500 2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,6,6,6,6,6,7,7,7,7,7,8,8,8,8,9,9,9,9,9, %T A050500 10,10,10,10,10,11,11,11,11,11,12,12,12,12,12,12,13,13,13,13,13,14,14, %U A050500 14,14,14,15,15,15,15,15,15,16,16,16,16,16,17,17,17 %N A050500 Integer part of n/log(n). %H A050500 T. D. Noe, <a href="/A050500/b050500.txt">Table of n, a(n) for n=2..10000</a> %t A050500 a[n_] := Floor[n / Log[n]]; Array[a, 100, 2] (* _Amiram Eldar_, Mar 17 2025 *) %Y A050500 See A050499 for more information. %Y A050500 Cf. A072626. %K A050500 nonn %O A050500 2,1 %A A050500 _N. J. A. Sloane_, Dec 27 1999