an = a 0.5n + n, a1 = 0, where n is a power of 2, is a linear recurrence relation. ( true / falsa ).
A linear recurrence relation is an equation that expresses each element of a sequence as a linear function of the preceding ones. More precisely, in the case where only the immediately preceding element is involved, a linear recurrence relation has the form where
is a everywhere defined function that involves consecutive elements of the sequence. In this case, initial values are needed for defining a sequence.
Taking into account that is defined only for equals to the powers of 2, and hence is not defined for the rest natural numbers, the previous definition implies that is not a linear recurrence relation.
Answer: false
Comments