You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
644 B

25 years ago
  1. \magnification=\magstep3
  2. \hsize=19truecm
  3. \vsize=19truecm
  4. \nopagenumbers
  5. \parindent=0mm
  6. \font\eins=cmb10 scaled \magstep 3
  7. \font\zwei=cmr12
  8. \font\mini=cmr7
  9. \def\frac#1#2{{{#1} \over {#2}}}
  10. \hbox{}
  11. \vfill
  12. \centerline{\eins Main Result}
  13. \bigskip\bigskip
  14. \centerline{$\displaystyle S = {\sum\limits_{n=0}^{\infty} \frac{a(n)}{b(n)} \, \frac{p(0) \cdots p(n)}{q(0) \cdots q(n)}}$}
  15. \bigskip
  16. with $a(n)$, $b(n)$, $p(n)$, $q(n)$ small integers ${} = O(n^c)$
  17. \bigskip
  18. can be computed to $N$ digits in time
  19. \medskip
  20. \centerline{$O \left( {M(N) \, {(\log N)}^2} \right)
  21. = O \left( N \, {(\log N)}^3 \, \log \log N \right)$.}
  22. \vfill
  23. \hbox{}
  24. \eject
  25. \end