Let's analyze the sequence of differences between consecutive terms:
5 - 1 = 4
14 - 5 = 9
30 - 14 = 16
55 - 30 = 25
The sequence of first differences is 4, 9, 16, 25, ... which are squares: 22,32,42,52,.... This suggests that the original sequence is a cubic polynomial. Let an represent the n-th term of the sequence. We assume that an=An3+Bn2+Cn+D. Using the given terms:
For n = 1, a1=A(1)3+B(1)2+C(1)+D=A+B+C+D=1 For n = 2, a2=A(2)3+B(2)2+C(2)+D=8A+4B+2C+D=5 For n = 3, a3=A(3)3+B(3)2+C(3)+D=27A+9B+3C+D=14 For n = 4, a4=A(4)3+B(4)2+C(4)+D=64A+16B+4C+D=30 Subtracting the first equation from the second, the second from the third, and the third from the fourth gives:
7A+3B+C=4 19A+5B+C=9 37A+7B+C=16 Subtracting the first of these new equations from the second, and the second from the third gives:
12A+2B=5 18A+2B=7 Subtracting these two equations gives:
Substituting A into 12A+2B=5 gives: 12(31)+2B=5 Substituting A and B into 7A+3B+C=4 gives: 7(31)+3(21)+C=4 37+23+C=4 614+69+C=624 623+C=624 Substituting A, B, and C into A+B+C+D=1 gives: 31+21+61+D=1 62+63+61+D=1 66+D=1 Thus, an=31n3+21n2+61n=62n3+3n2+n=6n(2n2+3n+1)=6n(2n+1)(n+1)=6n(n+1)(2n+1) We can also write this as an=∑k=1nk2