OEIS program initialization service

N. J. A. Sloane njas at research.att.com
Wed Jan 18 19:30:48 CET 2006


PS  David,  It is also easy to write a program to retrieve a
sequence and to format it in the way you want.

On my unix machine, for instance, I can do

get_url.pl http://www.research.att.com/~njas/sequences/A001234  >out

which uses a perl program to retrieve a URL and place it in a file.

Or 

get_url.pl http://www.research.att.com/~njas/sequences/A001234 | prog >out

where prog is a program that extracts the sequence and
puts it into Maple or any other format.

This avoids the use of any browser and you don't have to touch the mouse.

Neil





More information about the SeqFan mailing list