Trying to bridge to @Log3overLog2.mathstodon.xyz.ap.brid.gy
but not sure it's working...
🌉 bridged from ⁂ https://mathstodon.xyz/@Log3overLog2, follow @ap.brid.gy to interact
(* Mma: Largest Square With No Repeated Digits in base b *)
In[1]:= LSqWNRD[b_] := Do[ If[DuplicateFreeQ[IntegerDigits[r^2,b]],Return[r^2]],{
r, Floor[Sqrt[FromDigits[Range[b-1,0,-1],b]]], 0, -1}]
In[2]:= Table[LSqWNRD[b],{b,2,16}]
Out[2]= {1, 1, 225, 576, 38025, 751689, 10323369 […]
(* Mma: Largest Square With No Repeated Digits in base b *)
In[1]:= LSqWNRD[b_] := Do[ If[DuplicateFreeQ[IntegerDigits[r^2,b]],Return[r^2]],{
r, Floor[Sqrt[FromDigits[Range[b-1,0,-1],b]]], 0, -1}]
In[2]:= Table[LSqWNRD[b],{b,2,16}]
Out[2]= {1, 1, 225, 576, 38025, 751689, 10323369 […]
Factoring is not known to be NP-hard, which means that even if you had a magical factoring-into-primes machine […]
Factoring is not known to be NP-hard, which means that even if you had a magical factoring-into-primes machine […]
- way less people
- rabbits
- you can get like 1 […]
[Original post on posts.rat.pictures]
- way less people
- rabbits
- you can get like 1 […]
[Original post on posts.rat.pictures]