[MathJax on]
‣ IsPerfect
Determine whether a positive int is perfect.
gap> Filtered([1..999], IsPerfect); [ 6, 28, 496 ]
generated by GAPDoc2HTML