OFFSET
1,2
COMMENTS
The Gamma function is defined by Gamma(0)=1 and the functional equation Gamma(x+1) = (x+1)*Gamma(x).
PROG
(PARI) \\ 500 significant digits
s=gamma(3/4); for(i=0, 40, s=s*ceil(1/s)-1; print1(ceil(1/s), ", "); );
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 10 2002
STATUS
approved