Help with a recursive equation
- From: KP <silverphoenix.kp@xxxxxxxxx>
- Date: Sat, 30 Jun 2007 01:43:00 -0700
Hi,
I derived this recursive equation myself when I was trying to come
up with a general equation for the sum of all binary numbers having
"n" digits with m 1's in them.
Let S(n,m) denote the sum I wish to find.
My recursion is
S(n,m) = S(n-1,m) + (2^(n-1))* C(n-1,m-1) + S(n-1,m-1)
where ^ denotes "raised to the power of"
Could somebody give me any pointers or links that could help in
solving this?
Thanks in advance,
KP
.
- Follow-Ups:
- Re: Help with a recursive equation
- From: mensanator@xxxxxxxxxxx
- Re: Help with a recursive equation
- Prev by Date: Re: to JSH and all : tommy's prime factoring tricks
- Next by Date: Re: Mathematicians are trained to think and prove theorems. Physicists are trained to imitate chimpanzees.
- Previous by thread: A method for an infinite sum of finite powertowers
- Next by thread: Re: Help with a recursive equation
- Index(es):
Relevant Pages
|
Loading