Re: number sequence



Am 31.08.05 04:44 schrieb quasi:

> On 30 Aug 2005 16:32:04 -0700, "Russ" <rwpatterson@xxxxxxx> wrote:
>
>
>>Hi:
>>
>>How should I go about trying to determine the equation that results in
>>a number sequence like this:
>>
>>2, 6, 22, 86, 342...
>>
>>I see the difference between each term is a power of 2 but am stuck on
>>how to determine equation. e.g. difference between 86 and 342 is 2^8.
>>
>>thanks,
>>russ
>
>
> Look at the terms as sums:
>
> 2=1+1
> 6=1+1+4
> 22=1+1+4+4^2
> 86=1+1+4+4^2+4^3
> 342=1+1+4+4^2+4^3+4^4
>
I like to display such solutions in number-base-systems
with digits; select base-4 here:
(base 10) (base 4)
2 = 1 + 1
6 = 1 + 11
22 = 1 + 111
86 = 1 + 1111
342 = 1 + 11111
...

and the repunit is for any base, as Arturo Magidin already pointed out,

a^n - 1
-------- = 1111111...1 (n times 1)
a - 1

so the next should be

(base 4) (base 10)
333333 4^6-1
x= 1+ -------- = 1 + -------
3 3

Gottfried Helms
.



Relevant Pages

  • Re: modules, localizations and exact sequences
    ... Arturo Magidin wrote: ... For every prime P of A, we can form the localization at P with ... suppose that for every prime P of A, the sequence is ... Prove that the original sequence must then be exact. ...
    (sci.math)
  • Re: Question
    ... Arturo Magidin wrote: ... which contains Omega of nines in it after the decimal point. ... That expression does NOT represent a sequence, ... A decimal expansion represents a sequence. ...
    (sci.math)
  • Re: modules, localizations and exact sequences
    ... Arturo Magidin wrote: ... exact with any homorphisms then the second one also should be exactl ... Suppose M', M, M'' are modules over A, and you have a sequence ... Slightly more easily: 10 annihilates Z/10Z. ...
    (sci.math)
  • Re: how to prove this property of supremum?
    ... >>>I want to construct an increasing sequence, ... >> By definition of the supremum, for every e>0, there exists s in S such that ... You don't really need to choose a sequence that doesn't repeat; ... Arturo Magidin ...
    (sci.math)
  • Re: Easy Question About p-adics
    ... >In article, Arturo Magidin ... >> The sequence does not converge to any rational. ... what I accept as reality." ... Prev by Date: ...
    (sci.math)