Find the AP whose sum to n terms is 2 n2 + n.
Here, Sn = 2 n2 + n (Given)
Put n = 1, 2, 3, 4... in succession, we get
S1=2(12)+1=2+1=3
S2 = 2(22) + 2 = 8 + 2 = 10
S3 = 2(32) + 3 = 18 + 3 = 21
S4 = 2(42) + 4 = 32 + 4 = 36
and so on. a1 = S1 = 3
a2 = S2 - S1 = 10 -3 = 7
a3 = S3 - S2 = 21 -10 = 11
a4 = 54 - S3 = 36 -21 = 15
and so on.
Hence, the required AP is 3, 7, 11, 15...