Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.soft-sys.math.maple > #1305
| X-Received | by 10.55.215.75 with SMTP id m72mr13307083qki.18.1524417504004; Sun, 22 Apr 2018 10:18:24 -0700 (PDT) |
|---|---|
| X-Received | by 10.31.52.139 with SMTP id b133mr2204441vka.10.1524417503907; Sun, 22 Apr 2018 10:18:23 -0700 (PDT) |
| Path | csiph.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!x25-v6no8493356qto.0!news-out.google.com!c8-v6ni19566qtc.0!nntp.google.com!x25-v6no8493352qto.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.soft-sys.math.maple |
| Date | Sun, 22 Apr 2018 10:18:23 -0700 (PDT) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=2a00:c1a0:4a03:b00:ccce:b12c:8b05:d904; posting-account=PEh90woAAACWN3C9IZwQVmbvngXF6iWJ |
| NNTP-Posting-Host | 2a00:c1a0:4a03:b00:ccce:b12c:8b05:d904 |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <18e7def4-c2e4-4a06-b639-66ebf0babaed@googlegroups.com> (permalink) |
| Subject | My Daily Maple Bug today is ... |
| From | Peter Luschny <peter.luschny@gmail.com> |
| Injection-Date | Sun, 22 Apr 2018 17:18:23 +0000 |
| Content-Type | text/plain; charset="UTF-8" |
| X-Received-Bytes | 1784 |
| X-Received-Body-CRC | 1021407357 |
| Xref | csiph.com comp.soft-sys.math.maple:1305 |
Show key headers only | View raw
H := proc(n) local b; b := s -> (-1)^(n+1)*(Zeta(n, 1-s, n+1) - s*Zeta(n+1, 1-s, n+1)/(n+1)); n!*limit(b(x), x=0) end: seq(lprint([n], evalf(sort(simplify(H(n))))), n=0..20); [0], -.5772156649 [1], 0.7281584548e-1 [2], .4998337404 [3], 3.638688872 [4], 36.52818814 [5], 486.2912247 [6], 8213.020078 [7], 169902.2977 [8], 4190128.695 [9], 120615178.1 [10], 3984800570. [11], 0.1490393961e12 [12], 0.6239923527e13 [13], 0.2896860668e15 [14], 0.1479284230e17 [15], 0.8251797358e18 [16], 0.4998182098e20 [17], 0.3270091062e22 [18], 0.2300262764e24 [19], -0.6126113589e14 [20], -0.1134568187e16 [19] and [20] looks suspicious. Remove the evalf to see the whole disaster. Has this been fixed in the meanwhile?
Back to comp.soft-sys.math.maple | Previous | Next | Find similar
My Daily Maple Bug today is ... Peter Luschny <peter.luschny@gmail.com> - 2018-04-22 10:18 -0700
csiph-web