Re: More number theory tidbits, paper?

From: Arthur J. O'Dwyer (ajo_at_nospam.andrew.cmu.edu)
Date: 08/02/04


Date: Mon, 2 Aug 2004 12:03:46 -0400 (EDT)


On Sun, 1 Aug 2004, James Harris wrote:
>
> "Arthur J. O'Dwyer" <ajo@nospam.andrew.cmu.edu> wrote...
>>
>> How many odd composites less than N are divisible by 3?
[followed by the proof that it's [(N-4)/6], where [x] = floor(x)]

> But, think about it, how would you even know that these form[ula?]s
> *might* work unless you just had some really good wild guess or
> someone told you, like I did?

   Why would I care, unless someone told me to derive it, as you did?
It's not like there's some Deep Truth hiding in the fact that six
equals two times three (which is really all you're saying, there).

> Now consider the more complex:
>
> [N/5] - [N/10] - [N/15] + [N/30] - 1 = [(N-16)/10] - [(N-16)/30], for
> even N>6
>
> Care to brute force that one?

   Sure. It would of course be easier if we could remove all those
"floor" notations, though. And let's break it down into two parts:

     R1 = [N/5] - [N/10] - [N/15] + [N/30] - 1
     R2 = [(N-16)/10] - [(N-16)/30]

   The first thing we notice (empirically) is that R1 \not= R2 only
for N=5 (mod 30) or N=25 (mod 30). So let's take that as a starting
point.

     [(N-16)/10] = [N/10]-2 for N < 6 (mod 10)
                   [N/10]-1 for N >= 6 (mod 10)

     [(N-16)/30] = [N/30]-2 for N < 16 (mod 30)
                   [N/30]-1 for N >= 16 (mod 30)

Now we can cancel corresponding terms:

     R1 =?= R2 (N \not= 5, 25 (mod 30))

    [N/5]-[N/10]-[N/15]+[N/30]-1 =?= [(N-16)/10]-[(N-16)/30]

  / [N/5]-[N/10]-[N/15]+[N/30]-1 =?= [N/10]-[N/30]-4 (N=0..4,10..15 m 30)
| [N/5]-[N/10]-[N/15]+[N/30]-1 =?= [N/10]-[N/30]-3 (N=6..9,20..24 m 30)
  \ [N/5]-[N/10]-[N/15]+[N/30]-1 =?= [N/10]-[N/30]-2 (N=16..19,26..29 m 30)

  / [N/5] - 2[N/10] - [N/15] + 2[N/30] =?= -3 (N=0..4, 10..15 m 30)
| [N/5] - 2[N/10] - [N/15] + 2[N/30] =?= -2 (N=6..9, 20..24 m 30)
  \ [N/5] - 2[N/10] - [N/15] + 2[N/30] =?= -1 (N=16..19, 26..29 m 30)

And of course it's easy to check this. At a glance, the reader can
see that [N/5] ~ 2[N/10] and [N/15] ~ 2[N/30] (where ~ indicates "is
approximately equal to"), so it makes sense that the sum should be
close to zero in all cases. (The slight discrepancies from zero are
due to the mismatched "steps" in the various graphs of [N/k].)

   I don't know why JSH thinks this is an interesting family of
equations. It's pure adhockery on the level of Algebra I. Look,
here are five more:

     [N/4] + [N/6] + [N/8] = 13*[N/24] for all N=0,1,2,3 (mod 24)

     [N/100] = [(N-17)/100] for all N with the second-from-right
     decimal digit >1

     [(N+1)/2] = N/2 for all even N>42

     [1] = N for all N=1

     [[N]] = N for all integer N

-Arthur



Relevant Pages

  • Re: JSH: Finally useful theory?
    ... game where you just want to convince people that I am wrong, ... Hint: don't say things like "VERY tractable" when you in fact have no idea ... I do care about factoring. ... I couldn't care less whether James Harris is ...
    (sci.math)
  • Re: JSH: Unskilled and unaware?
    ... > jstevh@msn.com (James Harris) writes: ... > claimed to be a skilled mathematician, but a top of the line one. ... Why would I care? ... it doesn't change the facts. ...
    (sci.math)
  • Re: libCrun symbol "zero_ints"
    ... somewhat obvious answer that "zero_ints" simply initializes integer ... variables to zero. ... I guess the problem is I don't know if I care. ... values of SPARC registers at the time of the crash, ...
    (comp.unix.solaris)
  • Re: libCrun symbol "zero_ints"
    ... somewhat obvious answer that "zero_ints" simply initializes integer ... variables to zero. ... Why do you care? ...
    (comp.unix.solaris)
  • Re: Top: Are you breaking your word now?
    ... If we stick to the subject of trucks, I have you beat 2 - 0 and I don't care ... I listen and I observe. ... I have proven you wrong TWICE now and you are still at ZERO. ... Now, if we just stayed on the subject of trucks, YOU ARE A BIG TIME LOOSER ...
    (misc.transport.trucking)

Loading