Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v5qb36$67h8$1@dont-email.me>
Deutsch   English   Français   Italiano  
<v5qb36$67h8$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com>
Newsgroups: sci.math
Subject: Re: Does the number of nines increase?
Date: Sat, 29 Jun 2024 18:06:46 -0700
Organization: A noiseless patient Spider
Lines: 48
Message-ID: <v5qb36$67h8$1@dont-email.me>
References: <tJf9P9dALSN4l2XH5vdqPbXSA7o@jntp>
 <59961718-bd36-46df-801a-4f977fcc05cf@att.net> <v5hnrl$29b21$3@dont-email.me>
 <a21eede6-2b9f-44f0-8732-32bd92700dfb@att.net>
 <eZZGYbe53s6yBDBqGuTMM_Z1y7A@jntp> <v5jm70$2o1ji$1@dont-email.me>
 <7IOaykTbfjXdA1AMOzAEFksmqwU@jntp> <v5kuka$1as01$1@i2pn2.org>
 <ZFlyaJ5FGPIRVx6UhPZ2H8N3onc@jntp> <v5nd52$3hovk$1@dont-email.me>
 <D69QMt7Sl70ByIgZ0qdtdfSA7FQ@jntp> <v5pm8m$2875$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 30 Jun 2024 03:06:47 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="0aae82ea4cd9562f99372de0a669f458";
	logging-data="204328"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+o76+ao0V/6vZ32Iz0yda/hp9EOkpg9z8="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:w+1vtm0zC5mYW91n+PYz0NF+QAY=
Content-Language: en-US
In-Reply-To: <v5pm8m$2875$1@dont-email.me>
Bytes: 2699

On 6/29/2024 12:11 PM, Chris M. Thomasson wrote:
> On 6/29/2024 10:01 AM, WM wrote:
>> Le 29/06/2024 à 00:23, "Chris M. Thomasson" a écrit :
>>> On 6/28/2024 6:41 AM, WM wrote:
>>>> Le 28/06/2024 à 02:03, Richard Damon a écrit :
>>>>
>>>>> As was saidd, Cardinatality of infinte sets work differently than 
>>>>> that of finite sets.
>>>>
>>>> Here is no cardinality asked for.
>>>>
>>>> A non-terminating digit sequence does not determine a real number.
>>>
>>> Huh? Sure it can. What is:
>>>
>>> .(428571) >
>> That is a formula determining an infinite digit sequence
> 
> Try 3/7 represented in base 10 decimal notation ;^)
> 
>>>
>>> ? It is a non-terminating digit sequence in base ten.
>>
>> No. Like "0.111..." it is a formula.
>>
>> Formulas determine sequences. The other way round is not possible.
> 
> Here is a simple recursive formula that creates infinite 9's during 
> iteration:
> 
> r[0] = .9
> r[n] = r[n - 1] + 10^(-n) * .9 = .(9) = 1 (limit)
> 
> let's expand:
> 
> r[0] = 0

God damn it! r[0] should be equal to .9 in this expansion! Fucking typos!


> r[1] = .9 + 10^(-1) * .9 = .99
> r[2] = .99 + 10^(-2) * .9 = .999
> r[3] = .999 + 10^(-3) * .9 = .9999
> 
> ... on and on ...
> 
> See?