I suspect it should be in the following form (where n is a positive integer):
$$f(n)=\frac{(1+\sqrt5)^n-(1-\sqrt5)^n}{2^n \sqrt5}$$
This function generates the Fibonacci sequence, so the questioner is asking for the 54'th Fibonacci number.
$${\frac{\left({\left({\mathtt{1}}{\mathtt{\,\small\textbf+\,}}{\sqrt{{\mathtt{5}}}}\right)}^{{\mathtt{54}}}{\mathtt{\,-\,}}{\left({\mathtt{1}}{\mathtt{\,-\,}}{\sqrt{{\mathtt{5}}}}\right)}^{{\mathtt{54}}}\right)}{\left({{\mathtt{2}}}^{{\mathtt{54}}}{\mathtt{\,\times\,}}{\sqrt{{\mathtt{5}}}}\right)}} = {\mathtt{86\,267\,571\,271.999\: \!999\: \!999\: \!756\: \!697\: \!1}}$$
The calculator here has some problems with precision! The answer should be 86267571272.
Just to illustrate that the function really does generate the numbers in the Fibonacci sequence here are the first 20 values calculated from it (n = 1, 2, 3, ..., 20) (from the third one onwards each one is the sum of the previous two).