Re: unique totals
- From: martin cohen <mjcohen@xxxxxxx>
- Date: Mon, 15 May 2006 12:48:27 -0700
Hanford Carr wrote:
kansaskannan@xxxxxxxxx wrote:And, if you want to allow up to N repetitions, powers of N+1.
I am looking for a series of numbers such that the sum of any two or
more numbers will have a unique total. (each number will be used once
only).
Thank you for any help you can provide.
The set {2^k for k>= 0}. The binary representation of a number is
correlated with the powers of two in its make up.
example 2^0 + 2^1 + 2^2 = 7 = 111 binary.
Hanford
.
- Follow-Ups:
- Re: unique totals
- From: kansaskannan
- Re: unique totals
- References:
- unique totals
- From: kansaskannan
- Re: unique totals
- From: Hanford Carr
- unique totals
- Prev by Date: In general how do i find function if i have one to one function...
- Next by Date: Re: Calculus XOR Probability
- Previous by thread: Re: unique totals
- Next by thread: Re: unique totals
- Index(es):