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 A033427 #19 Mar 14 2025 10:46:42 %S A033427 100000,50000,33333,25000,20000,16666,14285,12500,11111,10000,9090, %T A033427 8333,7692,7142,6666,6250,5882,5555,5263,5000,4761,4545,4347,4166, %U A033427 4000,3846,3703,3571,3448,3333,3225,3125,3030,2941,2857,2777,2702,2631 %N A033427 a(n) = floor(10^5/n). %H A033427 Seiichi Manyama, <a href="/A033427/b033427.txt">Table of n, a(n) for n = 1..10000</a> %H A033427 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1). %t A033427 Floor[10^5/Range[40]] (* _Harvey P. Dale_, Apr 29 2013 *) %o A033427 (Magma) [Floor(10^5/n): n in [1..60]]; // _Wesley Ivan Hurt_, Apr 04 2023 %o A033427 (PARI) a(n) = 10^5\n; \\ _Seiichi Manyama_, Aug 13 2023 %Y A033427 Cf. A033420, A033421, A033422, A033423, A033424, A033425, A033426, A057072. %K A033427 easy,nonn %O A033427 1,1 %A A033427 _Jeff Burch_