Find 12th Term in Simple Sequence: 1,4,9,16...

  • Thread starter Thread starter ila
  • Start date Start date
  • Tags Tags
    Sequences
ila
Messages
4
Reaction score
0
If there is a sequence of numbers 1,4,9,16... what is the 12th term in the sequence (where 1 is the first term). The textbook says that it is 144 since each term of the sequence is the square of the term value. I find (and have always found) this to be confusing, why can't an alternate algorithm generate those few numbers, namely add 3 for the first term, five to the second term, 7 to the second term. Now there there appears to me an obvious pattern, the amount that one is adding to each term is increasing by 2 in the number of terms. I still haven't figured out an expression for the nth term for this alternative though. The general point though is this, with these sequences if we have given only a few numbers why can't we propose many different algorithms and then suggest that that is the correct generating process?
 
Mathematics news on Phys.org
1. There are uncountably many integer sequences that continue the partial sequence you were given.
2. Your sequence happens to be the same as your teacher's: the squares are the sum of consecutive odd numbers!
 
You are certainly correct that there are other algorithms that would generate this same sequence for the first few terms. So strictly speaking the next number could be anything. Ironically though if you continue you the sequence with your pattern you will arrive at exactly the same sequence the book does, namely the perfect squares. And it is not too terribly difficult to prove this fact, that the sum of the first n odd numbers is n^2.
 
d_leet said:
Ironically though if you continue you the sequence with your pattern you will arrive at exactly the same sequence the book does, namely the perfect squares. And it is not too terribly difficult to prove this fact, that the sum of the first n odd numbers is n^2.
I had a sinking suspicion that that may have been the case.
 
All you have to do is see that n^2 = ((n-1) +1)^2 = (n-1)^2+2(n-1)+1 = (n-1)^2 + (2n-1). So that, 1, 1+3=4, 4+5=9, 9+7= 16. So that each term increases by the next odd number, and is a square.

Thus the nth term is \sum_1^n (2j-1)=n^2.
 
Last edited:
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

Replies
1
Views
2K
Replies
3
Views
2K
Replies
3
Views
2K
Replies
13
Views
2K
Replies
11
Views
2K
Replies
4
Views
2K
Replies
14
Views
81K
Back
Top