Question 73728
Use the sequence 6n-3 where n=0 is the first term. With n=0, you start off with -3, with n=1, you get 3, etc. So the series will look like
{{{sum( 6i-3, i=0, n )}}}
I hope this is what you're looking for.