In the sequence
oeis.org/A017898, the recurrence relation is A(n) = A(n-1) + A(n-4). The corresponding characteristic equation is x^4 - x^3 - 1 = 0, whose dominant root is in the vicinity of 1.38207; let's call that number omega. It probably already has a name, "the strontium ratio" or something like that.
So, as expected, there is some initial value K such that for n big enough to overcome some transient flutter, A(n) is the closest integer to K*omega^n. I haven't actually calculated a decent value for K.
Is it worth including a comment to this effect, or do we usually not bother with linear recurrences?