Martin Larsen on Tue, 10 Aug 2004 23:25:41 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Stirling numbers |
> Is there a Pari function that computes the Stirling numbers of the first kind? > Not in my manual, but this worked: s1(n,m)=polcoeff(prod(k=0,n-1,x-k),m) Try \r "filename" Regards Martin