Talk:Juggler sequence: Difference between revisions

Content added Content deleted
(Error in task)
Line 22: Line 22:


:::: Yeah, as far as all the different browsers in use, it's hard to test them all, especially if I can't even install them.   At this point, I'm pretty much stuck with FireFox,   which is the only browser (for me, at this point on my old software) that is working).   All the other common ones (popular ones) refuse to even install,   my host operating system is too old.   Even Microsoft I.E. (the one that came installed with my Microsoft Windows) no longer works.   Well, it works well enough to tell me that it found an error somewhere (for some websites),   a hit and miss situation.     -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 18:53, 19 August 2021 (UTC)
:::: Yeah, as far as all the different browsers in use, it's hard to test them all, especially if I can't even install them.   At this point, I'm pretty much stuck with FireFox,   which is the only browser (for me, at this point on my old software) that is working).   All the other common ones (popular ones) refuse to even install,   my host operating system is too old.   Even Microsoft I.E. (the one that came installed with my Microsoft Windows) no longer works.   Well, it works well enough to tell me that it found an error somewhere (for some websites),   a hit and miss situation.     -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 18:53, 19 August 2021 (UTC)

== Error in task ==
<big> a[k + 1] = floor(a[k] ^ 0.5) if k is even <big> ''' ''or'' ''' </big> </big>
<big> a[k + 1] = floor(a[k] ^ 1.5) if k is odd </big>
Should be
<big> a[k + 1] = floor(a[k] ^ 0.5) if a[k] is even <big> ''' ''or'' ''' </big> </big>
<big> a[k + 1] = floor(a[k] ^ 1.5) if a[k] is odd </big>