No.10884581 ViewReplyOriginalReport
hey /sci/ first time here..
im not a big fan of math but a get across something on /g/ kind of 3301 LARP
but.. it display wired numbers combination
[code:lit]
>>> a1 = 85697
>>> a2 = 94323
>>> b1 = 83283
>>> b2 = 97057
>>> block = a1 + a2 + b1 + b2
>>> block
360360
>>> block/2
180180
>>> block*2
720720
>>> block^2
360362
[/code:lit]
what is the meaning of those numbers how it gets so weirdly accurate?