Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: New Sequence Problem


Senior Member

Status: Offline
Posts: 61
Date:
New Sequence Problem
Permalink   


I was wondering if anyone has a trick to do the following problem:


1. 1+2+2^2 + ... + 2^9 = _____________


answer (1023)


so basically i am looking for a formula in two variables, the base, b, and the highest power, n;  generally, that would be


b^0 + b^1 + b^2 + b^3 ... + b^n


from the first example it would seem that the formula is b^(n+1) - 1, but that doesn't work for everything I tried.


Anyone have any ideas?


Vinay



__________________
Vinay Ramasesh


Senior Member

Status: Offline
Posts: 61
Date:
Permalink   

I think I've found it.


It looks like the formula is :


(b^(n+1) - 1)/(b-1)


So far, it's worked for everything I tried



-- Edited by vvr1590 at 09:16, 2005-03-06

__________________
Vinay Ramasesh
Anonymous

Date:
Permalink   

yep, that's the right formula

__________________
Anonymous

Date:
Permalink   

This formula can be useful in finding the sum of the factors of a number as well.

__________________
Anonymous

Date:
Permalink   

a^0 + a^1 +.....+ a^n  =  a^(n+1)-1

__________________
Anonymous

Date:
Permalink   

sorry....mis post....


(a-1)a^0 + (a-1)a^1 + (a-1)a^2 + .... + (a-1)a^n = a^(n+1)-1


we factor out (a-1) from the left and derive the formula (a^(n+1)-1)/(a-1)


just giving everyone an idea of how it was derived



__________________
Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.

Tweet this page Post to Digg Post to Del.icio.us


Create your own FREE Forum
Report Abuse
Powered by ActiveBoard