A033419 a(n) = floor(99/n).
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, 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, 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
Offset: 1
Links
- Index entries for linear recurrences with constant coefficients, signature (1).
Programs
-
Magma
[Floor(99/n): n in [1..100]]; // Wesley Ivan Hurt, Apr 04 2023
-
Mathematica
Floor[99/Range[100]] (* Harvey P. Dale, Sep 04 2017 *)