Sequence/pattern with a changing difference?(corrected)?
-
~i am re-posting this question because the original post has some really bad errors on my part (i deleted the original) i dont know if the pattern would be called a sequence. im trying to find a certain number in the sequence/pattern. i find that with every number in the sequence the difference is 4 more then the previous difference. that is, if d is the difference between two consecutive numbers in the sequence then d1 = 4, d2 = 8, d3 = 12, d4 = 16, and so on the sequence im looking at is 4, 12, 24, 40....... (if there any mistake refer to this part than the written part above) is there a systematic way of finding a specific number in the sequence/pattern?
-
Answer:
Yes, you can get it by finding difference of neighbor terms. Original: .......4, 12, 24, 40 Difference:......8, 12, 16 Therefore, t(n) = 4+8+12+16+...+4n = 4(1+2+...+n) = 2(1+n)n = 2n^2 + 2n Check: t(1) = 2+2 = 4, t(2) = 2*4+2*2 = 12,.... So, it works.
Wahaj at Yahoo! Answers Visit the source
Related Q & A:
- What is the distance between the 3' 18s rRNA (the Kozak consensus sequence) and the A-site of eukaryotic ribosomes during protein translation?Best solution by Quora
- How to count number of occurrences of pattern within a string?Best solution by Stack Overflow
- What is the best way to calculate a date difference?Best solution by Stack Overflow
- Is there a specific difference between GTA IV for PS3 or 360?Best solution by Yahoo! Answers
- What is the bolt pattern for a 2003 Honda Accord?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.