Sujet : Re: hot to write out this summation:
De : schwarzb (at) *nospam* delq.com (Barry Schwarz)
Groupes : sci.mathDate : 01. Jul 2024, 01:36:03
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <8tt38jplur8gqfhli4e5oqik3js48g7l6g@4ax.com>
References : 1 2
User-Agent : Forte Agent 4.2/32.1118
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.
-- Remove del for email