Re: number sequence



In article <1125444724.556236.207670@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
"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

You could represent it by a recursion formula:
a_0 = 2 and a_n = a_(n-1) + 4^n.

At least as far as the terms shown go.
.



Relevant Pages

  • number sequence
    ... a number sequence like this: ... I see the difference between each term is a power of 2 but am stuck on ... Prev by Date: ...
    (sci.math)
  • Different Color
    ... And if and other sequence id found on that row to assign another color. ... Then to check and assign the next row until the range is empty. ... My question above rests on two of the same colors. ... Prev by Date: ...
    (microsoft.public.excel.programming)
  • "Master" shape numbers in multiple pages?
    ... Create a box or some sort of holder for text. ... page number as the starting sequence for numbering shapes. ... Prev by Date: ...
    (microsoft.public.visio.general)
  • product of an arithmetic sequence
    ... (With polynomial time complexity.) ... Sebastian Martin Ruiz ... Prev by Date: ...
    (sci.math)
  • Re: Match Index
    ... sequence, pls advise..... ... cjjoo's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=26916 ... Prev by Date: ...
    (microsoft.public.excel.worksheet.functions)