Arn -x, 11 bytes
Ý®úŠ”→s©Ÿa' Explained
Unpacked: (=>\)z^[1 1{+
(=>\) Fold with inclusive range ([a, b] → [a, a+1, ..., b-1, b]) z^ Zipped with exponentiation to [1 1{+ The fibonacci sequence, closing }] implied Then take the sum