Talk:Chowla numbers: Difference between revisions

→‎Large computations: added a kudos.
(→‎Large computations: added a kudos.)
Line 72:
 
::: Does Python use a non-interpreted "language" for its BIFs?   (In particular,   '''divisors'''.)     The reason I ask is that I wrote a home-grown   '''divisors'''   REXX function that instead of finding the divisors, and then adding them (say, with a   '''sum'''   function), I modified a version of the   '''divisors'''   code to instead of creating a list of proper divisors, I had the function just add the divisors on-the-fly (eliminating the stand-alone summation part).   I then further modified the function to be aware if the target is odd or even, and adjusted the   '''do'''   loop accordingly (along with the   '''do'''   loop increment);   that doubled the speed (or halved the computation time,   pot-tay-toe, pot-tah-toe).   Essentially, I coded a   '''sigma_proper_divisors'''   function with the subtraction of unity as being built-in by starting the summation with zero instead of unity).       Do you happen to know if Python's   '''divisors'''   BIF does that?   I would suspect that it does.   In any case, this is why I included several formulas/algorithms to calculate the   '''chowla'''   function so that programmers could choose the fastest (most efficient) algorithm.     -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 23:00, 12 March 2019 (UTC)
 
 
 
::: I'm really impressed by the large perfect numbers computed with &nbsp; '''Visual Basic .NET''' &nbsp; using the Chowla function &nbsp; (2<sup>nd</sup> section, under &nbsp; '''more cowbell'''). &nbsp; That's going the extra mile, by gum. &nbsp; Going from roughly '''33 million''' to over '''8 billion''', &nbsp; and then to over '''137 billion''', &nbsp; and then to over '''2 quintillion'''. &nbsp; Was the computer smoking or losing its magic smoke? &nbsp; &nbsp; Kudos. &nbsp; &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 02:05, 13 March 2019 (UTC)
 
== Mistakenly posted discussion on the task page ==