Answer:

 

This pattern takes each odd number, starting with 1, and squares it.

 

The expression would be (2n-1)2.  In recursive notation, the pattern is (the square root of Now + 2)2,

with the first Now being one.