[seqfan] Re: Maple program

israel at math.ubc.ca israel at math.ubc.ca
Fri Oct 23 19:16:58 CEST 2020


There is no reason.  Even simpler would be

isA081258 := n -> max(numtheory[factorset](n^3-1)) <= n:

Cheers,
Robert 

On Oct 23 2020, Frank Adams-watters via SeqFan wrote:

>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
>
>--
>Seqfan Mailing list - http://list.seqfan.eu/
>
>



More information about the SeqFan mailing list