cp's OEIS Frontend

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.

A033422 a(n) = floor(10000/n).

This page as a plain text file.
%I A033422 #19 Mar 14 2025 10:43:19
%S A033422 10000,5000,3333,2500,2000,1666,1428,1250,1111,1000,909,833,769,714,
%T A033422 666,625,588,555,526,500,476,454,434,416,400,384,370,357,344,333,322,
%U A033422 312,303,294,285,277,270,263,256,250,243,238,232,227,222
%N A033422 a(n) = floor(10000/n).
%H A033422 Seiichi Manyama, <a href="/A033422/b033422.txt">Table of n, a(n) for n = 1..10000</a>
%H A033422 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1).
%t A033422 Floor[10000/Range[100]] (* _Wesley Ivan Hurt_, Mar 18 2023 *)
%o A033422 (Magma) [Floor(10000/n): n in [1..60]]; // _Wesley Ivan Hurt_, Apr 04 2023
%o A033422 (PARI) a(n) = 10000\n; \\ _Seiichi Manyama_, Aug 12 2023
%Y A033422 Cf. A033420, A033421, A033423, A033424, A033425, A033426, A057072.
%K A033422 easy,nonn
%O A033422 1,1
%A A033422 _Jeff Burch_