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.

A033329 a(n) = floor(9/n).

This page as a plain text file.
%I A033329 #14 Mar 14 2025 09:49:13
%S A033329 9,4,3,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,0,
%T A033329 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 A033329 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 A033329 a(n) = floor(9/n).
%H A033329 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1).
%t A033329 Floor[9/Range[100]] (* or *) PadRight[{9,4,3,2,1,1,1,1,1},100,{0}](* _Harvey P. Dale_, Aug 05 2020 *)
%o A033329 (Magma) [Floor(9/n): n in [1..100]]; // _Wesley Ivan Hurt_, Apr 04 2023
%Y A033329 Cf. A010766.
%K A033329 easy,nonn
%O A033329 1,1
%A A033329 _Jeff Burch_