I have tried several times to find the answer of this question and every time my result is 30 but the answer key shows the result to 32 and I don't understand why it should be 32??!! it is a data structure question related to recursive functions;
Let function F be defined recursively as follows: F(0) = 3; F(n + 1) = 2F(n) + n^2 Then F(3) is given by?