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.
%I A033419 #14 Mar 14 2025 10:39:09 %S A033419 99,49,33,24,19,16,14,12,11,9,9,8,7,7,6,6,5,5,5,4,4,4,4,4,3,3,3,3,3,3, %T A033419 3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, %U A033419 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 %N A033419 a(n) = floor(99/n). %H A033419 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1). %t A033419 Floor[99/Range[100]] (* _Harvey P. Dale_, Sep 04 2017 *) %o A033419 (Magma) [Floor(99/n): n in [1..100]]; // _Wesley Ivan Hurt_, Apr 04 2023 %K A033419 easy,nonn %O A033419 1,1 %A A033419 _Jeff Burch_