[seqfan] A000207: Maple-Program wrong

Peter Luschny peter.luschny at googlemail.com
Sun Apr 19 21:33:09 CEST 2009


Hallo Rainer,

I think you are right. A way to fix it is:

A000207 := n->(A000108(n)/(n+2)+A000108(floor(n/2))*((1+(n+1 mod 2)
/2)))/2+`if`(n mod 3=1,A000108(floor((n-1)/3))/3,0);

Cheers Peter



More information about the SeqFan mailing list