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.

A033330 a(n) = floor(10/n).

This page as a plain text file.
%I A033330 #16 Mar 14 2025 09:49:34
%S A033330 10,5,3,2,2,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
%T A033330 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
%U A033330 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
%N A033330 a(n) = floor(10/n).
%H A033330 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1).
%t A033330 Floor[10/Range[100]] (* _Harvey P. Dale_, Jun 12 2019 *)
%o A033330 (Magma) [Floor(10/n): n in [1..100]]; // _Wesley Ivan Hurt_, Apr 04 2023
%Y A033330 Cf. A010766.
%K A033330 nonn,easy
%O A033330 1,1
%A A033330 _Jeff Burch_