Groups | Search | Server Info | Login | Register
Groups > comp.soft-sys.math.maple > #1391
| Newsgroups | comp.soft-sys.math.maple |
|---|---|
| Date | 2023-05-12 13:33 -0700 |
| Message-ID | <21a122cd-62ae-4c57-adca-cfb3e187312bn@googlegroups.com> (permalink) |
| Subject | Maple's magical bounds break even the simplest tasks. |
| From | "peter....@gmail.com" <peter.luschny@gmail.com> |
With Maple 2023.0:
a := n -> denom(add((n-j)/j, j=1..n)):
b := n -> denom(n*harmonic(n)):
seq(a(n), n = 1..13);
seq(b(n), n = 1..13);
1, 1, 2, 3, 12, 10, 20, 35, 280, 252, 2520, 2310, 27720
1, 1, 2, 3, 12, 10, 20, 35, 280, 252, 2520, 2310, 27720
seq(print([n, a(n)]), n=599..600);
seq(print([n, b(n)]), n=599..600);
[599, 24518...43033600]
[600, 44775...38628544]
[599, 1]
[600, 1]
Back to comp.soft-sys.math.maple | Previous | Next — Next in thread | Find similar
Maple's magical bounds break even the simplest tasks. "peter....@gmail.com" <peter.luschny@gmail.com> - 2023-05-12 13:33 -0700 Re: Maple's magical bounds break even the simplest tasks. "Nasser M. Abbasi" <nma@12000.org> - 2023-05-13 21:17 -0500
csiph-web