Integer Sequence: Solve & Generate Terms

  • Thread starter Thread starter Madonna M.
  • Start date Start date
  • Tags Tags
    Integer Sequence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Madonna M.
Messages
8
Reaction score
0
1. Homework Statement

Provide a simple formula or rule that generates the terms of an integer sequence that begins with :

* 2,4,16,256,65536,...


3. The Attempt at a Solution

I have tried a lot to solve it but i ended up with nothing,although i know that finding a term in the following sequence depends on multiplying the number by itself. For example if i want to get the 3rd term i will multiply the 2nd term by itself (4*4)=16 and same goes to the rest of the sequence,but what about if i want to get the 100th term,of course i won't multiply each term by itself until i reach the needed term,a formula or a rule would be more helpful.

Thanks in advance :)
 
Physics news on Phys.org
could you give me more clear clue please?? :)
 
well,do you mean that every time am going to multiply the power of the previous term by 2 to get the next one?
 
Ahaa i got it thanks a lot,i think it would be 2^(2^(n-1))