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 A033425 #20 Mar 14 2025 10:45:49 %S A033425 10000000,5000000,3333333,2500000,2000000,1666666,1428571,1250000, %T A033425 1111111,1000000,909090,833333,769230,714285,666666,625000,588235, %U A033425 555555,526315,500000,476190,454545,434782,416666,400000,384615 %N A033425 a(n) = floor(10^7/n). %H A033425 Seiichi Manyama, <a href="/A033425/b033425.txt">Table of n, a(n) for n = 1..10000</a> %H A033425 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1). %t A033425 Floor[10^7/Range[50]] (* _Wesley Ivan Hurt_, Mar 18 2023 *) %o A033425 (Magma) [Floor(10^7/n): n in [1..40]]; // _Wesley Ivan Hurt_, Apr 04 2023 %o A033425 (PARI) a(n) = 10^7\n; \\ _Seiichi Manyama_, Aug 13 2023 %Y A033425 Cf. A033420, A033421, A033422, A033423, A033424, A033426, A033427, A057072. %K A033425 easy,nonn %O A033425 1,1 %A A033425 _Jeff Burch_