So basically the title is the question. Is there a sequence that summed up minus the last entry is equal to 2 times last entry. After a long time spend trying I don't even know if this is possible. For example we have the following sequence:
$\text{1 2 3 6 12 24 48 ... }$
Which is a sequence that summed up minus the last entry is equal to 1 times the last entry.
$\text{(1 + 2 + 3 + 6 + 12 + 24 + 48) - 48 = 48}$
PS: First post, so if I did anything wrong please tell me.
(Edit: I am looking for an infinite sequence)