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.

A033325 a(n) = floor(5/n).

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