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.

A033369 a(n) = floor(49/n).

This page as a plain text file.
%I A033369 #12 Mar 14 2025 10:15:55
%S A033369 49,24,16,12,9,8,7,6,5,4,4,4,3,3,3,3,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,
%T A033369 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
%U A033369 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
%N A033369 a(n) = floor(49/n).
%H A033369 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1).
%t A033369 Floor[49/Range[100]] (* _Wesley Ivan Hurt_, Mar 19 2023 *)
%o A033369 (Magma) [Floor(49/n): n in [1..100]]; // _Wesley Ivan Hurt_, Apr 04 2023
%K A033369 easy,nonn
%O A033369 1,1
%A A033369 _Jeff Burch_