Data update
This commit is contained in:
parent
72eb4943cb
commit
4d5544505c
2347 changed files with 62432 additions and 16731 deletions
3
Task/Sphenic-numbers/Mathematica/sphenic-numbers.math
Normal file
3
Task/Sphenic-numbers/Mathematica/sphenic-numbers.math
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Select[Select[{#,Catenate@MapApply[ConstantArray,FactorInteger[#]]}&/@Range[999],Last/*Length/*EqualTo[3]],Last/*DuplicateFreeQ][[All,1]]
|
||||
|
||||
Select[Partition[Select[Select[{#,Catenate@MapApply[ConstantArray,FactorInteger[#]]}&/@Range[9999],Last/*Length/*EqualTo[3]],Last/*DuplicateFreeQ][[All,1]],3,1],MatchQ[#-First[#],{0,1,2}]&]
|
||||
Loading…
Add table
Add a link
Reference in a new issue