repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into rtoy-generate-command-line-texi-table
[maxima.git]
/
archive
/
share
/
trash
/
ht.dft
blob
8151fec03a733d15f1d939f6b110004baf71b1fe
1
C[0]:1$
2
C[N]:=RATSIMP(SUM((-1)^(J+1)*S[J+1]*C[N-1-J],J,0,N-1)/N)$
3
S[1]:%GAMMA$
4
S[N]:=ZETA(N)$
5
DEFTAYLOR(Z!,SUM(C[N]*Z^N,N,0,INF))$
6
DEFTAYLOR(GAMMA(Z),SUM(C[N]*Z^(N-1),N,0,INF))$
7
NUMERVAL(%GAMMA,.577215665)$
8
DECLARE(%GAMMA,CONSTANT)$