A033329 a(n) = floor(9/n).
9, 4, 3, 2, 1, 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, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 1
Links
- Index entries for linear recurrences with constant coefficients, signature (1).
Crossrefs
Cf. A010766.
Programs
-
Magma
[Floor(9/n): n in [1..100]]; // Wesley Ivan Hurt, Apr 04 2023
-
Mathematica
Floor[9/Range[100]] (* or *) PadRight[{9,4,3,2,1,1,1,1,1},100,{0}](* Harvey P. Dale, Aug 05 2020 *)