Correction

Alec Mihailovs alec at mihailovs.com
Tue Jan 2 00:19:57 CET 2007


From: "Alec Mihailovs" <alec at mihailovs.com>
Subject: Re: Request for more Python programs
> 
> %o A010892 # Python program from Alec Mihailovs, January 1 2007.
> %o A010892 def A010892(n): [1,1,0,-1,-1,0][n%6]

Sorry, it should be 

%o A010892 # Python program from Alec Mihailovs, January 1 2007.
%o A010892 def A010892(n): return [1,1,0,-1,-1,0][n%6]

Alec







More information about the SeqFan mailing list