@fresco,
Thanks, I incorrectly read that as after n seconds.
You can use the same solution but move the starting conditions up to time n-1.
The velocity at n-1 seconds is u+ a(n-1) and the time is now one second, so you get
u + a(n-1) + a/2
which is what Fresco posted earlier.