Liste des Groupes | Revenir à s math |
And you can get rid of the 'int' function by using:On 30/06/2024 22:38, Chris M. Thomasson wrote:If you start numbering at 1 instead of 0, thenr[0] = .01
r[1] = .0011
r[2] = .000111
r[3] = .00001111
r[4] = .0000011111
...
>
Now, think of a possible formula.
r[n] = int(10^n / 9) / 10^(2n)
where int denotes the integer portion of the value.
Les messages affichés proviennent d'usenet.