[seqfan] Maple program

Frank Adams-watters franktaw at netscape.net
Fri Oct 23 13:17:11 CEST 2020


I'm looking at A081258. The Maple program there has the statement:

        if max(op(%)) <= n then
                true;
        else
                false;
        end if;

I'm not familiar with Maple, but is there any reason to write this instead of just

        max(op(%)) <= n;

Franklin T. Adams-Watters



More information about the SeqFan mailing list