A033420 a(n) = floor(100/n).
100, 50, 33, 25, 20, 16, 14, 12, 11, 10, 9, 8, 7, 7, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 2, 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
Offset: 1
Links
- Index entries for linear recurrences with constant coefficients, signature (1).
Programs
-
Magma
[Floor(100/n): n in [1..100]]; // Wesley Ivan Hurt, Apr 04 2023
-
Mathematica
Floor[100/Range[100]] (* Harvey P. Dale, May 27 2021 *)
-
PARI
a(n) = 100\n; \\ Seiichi Manyama, Aug 12 2023
Comments