Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #1429
| X-Received | by 2002:a05:620a:21c9:b0:77d:5a26:3f4c with SMTP id h9-20020a05620a21c900b0077d5a263f4cmr4567qka.10.1701861420602; Wed, 06 Dec 2023 03:17:00 -0800 (PST) |
|---|---|
| X-Received | by 2002:a05:6870:78d:b0:1fb:564:5c10 with SMTP id en13-20020a056870078d00b001fb05645c10mr847859oab.3.1701861420127; Wed, 06 Dec 2023 03:17:00 -0800 (PST) |
| Path | csiph.com!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail |
| Newsgroups | comp.soft-sys.math.maple |
| Date | Wed, 6 Dec 2023 03:16:59 -0800 (PST) |
| Injection-Info | google-groups.googlegroups.com; posting-host=2a02:2454:81ce:e500:6d3f:ff67:7ff3:8bda; posting-account=PEh90woAAACWN3C9IZwQVmbvngXF6iWJ |
| NNTP-Posting-Host | 2a02:2454:81ce:e500:6d3f:ff67:7ff3:8bda |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <992d5000-fb74-466f-acc6-e8a98e78f272n@googlegroups.com> (permalink) |
| Subject | Hurray! Maple's 2023 update arrived! |
| From | "peter....@gmail.com" <peter.luschny@gmail.com> |
| Injection-Date | Wed, 06 Dec 2023 11:17:00 +0000 |
| Content-Type | text/plain; charset="UTF-8" |
| X-Received-Bytes | 1565 |
| Xref | csiph.com comp.soft-sys.math.maple:1429 |
Show key headers only | View raw
T := (n, k) -> -binomial(2*n-k+2, k+1)*hypergeom([2*n-k+3, 1], [k+2], 2):
seq(print(seq(simplify(T(n, k)), k=1..n)), n=1..6);
Maple 2020.2 says:
1
2, 2
3, 6, 3
4, 12, 13, 4
5, 20, 34, 24, 5
6, 30, 70, 80, 40, 6
Maple 2023.2 says:
Error, (in GAMMA) numeric exception: division by zero
Who is right?
Back to comp.soft-sys.math.maple | Previous | Next — Next in thread | Find similar
Hurray! Maple's 2023 update arrived! "peter....@gmail.com" <peter.luschny@gmail.com> - 2023-12-06 03:16 -0800 Re: Hurray! Maple's 2023 update arrived! acer <maple@rogers.com> - 2024-01-02 13:40 -0800
csiph-web