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.

A033327 a(n) = floor(7/n).

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