Question 747121
{{{
C[n]=3n-1
}}}

tells us how to find the n-th term for the sequence, so...




{{{
C[15]=3(15)-1=45-1=44
}}}


The 15-th term of C is 44


:)