Re: hot to write out this summation:

Liste des GroupesRevenir à s math 
Sujet : Re: hot to write out this summation:
De : richard (at) *nospam* damon-family.org (Richard Damon)
Groupes : sci.math
Date : 01. Jul 2024, 01:49:10
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <v5sue6$1kfbq$3@i2pn2.org>
References : 1 2 3
User-Agent : Mozilla Thunderbird
On 6/30/24 8:36 PM, Barry Schwarz wrote:
On 30/06/2024 22:38, Chris M. Thomasson wrote:
r[0] = .01
r[1] = .0011
r[2] = .000111
r[3] = .00001111
r[4] = .0000011111
...
>
Now, think of a possible formula.
 If you start numbering at 1 instead of 0, then
 r[n] = int(10^n / 9) / 10^(2n)
 where int denotes the integer portion of the value.
 
And you can get rid of the 'int' function by using:
r[n] = ((((10^n)-1)/9) / 10^(2n)
or
r[n] = ((10^n)-1)/(9*(10^(2n)))

Date Sujet#  Auteur
30 Jun 24 * hot to write out this summation:18Chris M. Thomasson
1 Jul 24 +* Re: hot to write out this summation:2Moebius
1 Jul 24 i`- Re: hot to write out this summation:1Moebius
1 Jul 24 +- Re: hot to write out this summation:1Moebius
1 Jul 24 +* Re: hot to write out this summation:11Mike Terry
1 Jul 24 i+* Re: hot to write out this summation:2Barry Schwarz
1 Jul 24 ii`- Re: hot to write out this summation:1Richard Damon
1 Jul 24 i`* Re: hot to write out this summation:8Chris M. Thomasson
1 Jul 24 i +* Re: hot to write out this summation:6Moebius
1 Jul 24 i i`* Re: hot to write out this summation:5Chris M. Thomasson
1 Jul 24 i i +* Re: hot to write out this summation:3Chris M. Thomasson
1 Jul 24 i i i+- Re: hot to write out this summation:1Moebius
1 Jul 24 i i i`- Re: hot to write out this summation:1FromTheRafters
1 Jul 24 i i `- Re: hot to write out this summation:1Moebius
1 Jul 24 i `- Re: hot to write out this summation:1Mike Terry
1 Jul 24 `* Re: hot to write out this summation:3WM
1 Jul 24  `* Re: hot to write out this summation:2Chris M. Thomasson
1 Jul 24   `- Re: hot to write out this summation:1Chris M. Thomasson

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal