Question 1203768

if
{{{f(1)=5 }}}

{{{f(n)=4f(n-1)+1 }}}

then what is the value of {{{f(3)}}}


{{{f(1)=5 }}}

{{{f(2)=4f(2-1)+1 =4f(1)+1=4(5)+1=21}}}

{{{f(3)=4f(3-1)+1 =4f(2)+1=4(21)+1=85}}}