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