Zsigmondy numbers: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 360:
 
<syntaxhighlight lang="mathematica">
Attributes[zsigmondy] = Listable;
zsigmondy[a_Integer, b_Integer, n_Integer] := (
Attributes[zsigmondy] = Listable;
zsigmondy[a_Integer, b_Integer, 1] := a - b /; a >= b;
zsigmondy[a_Integer, b_Integer, n_Integer] := (
7

edits