Is fermat last theorem the new fizzbuzz? come on, if you can't solve it you are not gonna make it

ARCHIVE:
pdfhost.io/v/iQ~E.lEIL__g__is_fermat_last_theorem_the_new_fizzbuzz__come_on_Technology_Any Forums
pdfhost.io/v/~GX9GgUEN__g__is_fermat_last_theorem_the_new_fizzbuzz__come_on_if_you_cant_solve_it_you_are_not_gonna_make_it_Technology_Any Forums

Attached: image_2022-02-14_092500.png (750x517, 79.25K)

Other urls found in this thread:

en.wikipedia.org/wiki/Collatz_conjecture
pdfhost.io/v/iQ~E.lEIL__g__is_fermat_last_theorem_the_new_fizzbuzz__come_on_Technology_Any
pdfhost.io/v/~GX9GgUEN__g__is_fermat_last_theorem_the_new_fizzbuzz__come_on_if_you_cant_solve_it_you_are_not_gonna_make_it_Technology_Any
twitter.com/SFWRedditVideos

I have an excellent implementation for solving fermat's last theorem for all n, but this thread is too small to contain it.

i wrote an html script to solve this but i ain't doing your homework for you

Lmao

Attached: png.png (237x32, 1.09K)

which one of these variables is undefined?

no, it's not we don't need 50 threads of this crap.

>integer

this cringe question filtered me in my high school math competition - state level. I wasted a lot of time trying to solve it and when I looked it up later I realized I got fucking trolled.

Attached: image_2022-02-14_144757.png (642x76, 13.02K)

>just looked it up and its basically unsolvable
what did they expect you to do?

do you not know about different sized infinities?
i thought they were kidding when it was brought up in discrete maths
from what i understand infinity != infinity

en.wikipedia.org/wiki/Collatz_conjecture

this isnt a hardware or apple thread. go circle jerk about shit no one cares about on /sci/

function collatz(n) {
let steps = 0;
while (n != 1) {
if (n & 1) {
n = 3*n+1;
} else {
n = n/2;
}
steps++;
}

return steps;
}

function collatztest(N) {
for (let i = 1; i

bump

go back to (You)r circle

>ARCHIVE:
>pdfhost.io/v/iQ~E.lEIL__g__is_fermat_last_theorem_the_new_fizzbuzz__come_on_Technology_Any Forums
>pdfhost.io/v/~GX9GgUEN__g__is_fermat_last_theorem_the_new_fizzbuzz__come_on_if_you_cant_solve_it_you_are_not_gonna_make_it_Technology_Any Forums
I swear these bots are getting worse everyday just link them directly next time

Attached: what.jpg (415x451, 83.02K)

fuck you

bump

WHY IS THIS TEST NOT ENOUGH FOR MATHEMATICIANS

how the hell does this thread get bumped by a bot?