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.

A033424 a(n) = floor(10^8/n).

This page as a plain text file.
%I A033424 #22 Jul 02 2025 16:01:56
%S A033424 100000000,50000000,33333333,25000000,20000000,16666666,14285714,
%T A033424 12500000,11111111,10000000,9090909,8333333,7692307,7142857,6666666,
%U A033424 6250000,5882352,5555555,5263157,5000000,4761904,4545454,4347826
%N A033424 a(n) = floor(10^8/n).
%H A033424 Seiichi Manyama, <a href="/A033424/b033424.txt">Table of n, a(n) for n = 1..10000</a>
%H A033424 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1).
%t A033424 Floor[10^8/Range[60]] (* _Wesley Ivan Hurt_, Mar 18 2023 *)
%o A033424 (Magma) [Floor(10^8/n): n in [1..40]]; // _Wesley Ivan Hurt_, Apr 04 2023
%o A033424 (PARI) a(n) = 10^8\n; \\ _Seiichi Manyama_, Aug 12 2023
%Y A033424 Cf. A033420, A033421, A033422, A033423, A033425, A033426, A057072.
%K A033424 easy,nonn
%O A033424 1,1
%A A033424 _Jeff Burch_
%E A033424 More terms from _James Sellers_, Jun 20 2000