Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #954
| From | Axel Vogt <&noreply@axelvogt.de> |
|---|---|
| Newsgroups | comp.soft-sys.math.maple |
| Subject | Re: A simplification challenge. |
| Date | 2014-09-12 22:50 +0200 |
| Message-ID | <c7h4kkFrv3lU1@mid.individual.net> (permalink) |
| References | <938de363-bf97-4750-a662-06e14d455dc9@googlegroups.com> <c7gotjFosskU1@mid.individual.net> <84dabe4d-9b30-4d2e-abaa-f381685e1640@googlegroups.com> |
On 12.09.2014 22:29, peter.luschny@gmail.com wrote:
>>> bi:=n->BesselI(4+n,-2); bk:=n->BesselK(4+n,2);
>>> i:=n->BesselI(n,2); k:=n->BesselK(n,2);
>>> Simplify
>>> a := n ->(bi(n)*(5*k(5)-k(6))+bk(n)*(5*i(5)+i(6)))/(i(6)*k(5)+i(5)*k(6));
>>
>> Hm ... http://oeis.org/A058309 due to your hint: using the package 'gfun'
>> finds a recursion rec := {-u(n)+(-n-5)*u(n+1)+u(n+2), u(0)=0, u(1)=1},
>> feeding a for u and calling 'simplify' confirms it.
>
> Nice idea! And indeed the recursion is the name of the sequence :-)
> But much more is true.
>
> However what I really wanted to find is something different:
> a hypergeometric representation. There exists a simple one
> but Maple apparently does not know how to derive it.
Yes (if you have the solution from the paper already typed in
then please post it).
I tried code from http://www.math.fsu.edu/~hoeij/papers.html
as well (bottom ---> Giles Levy (*)), but for your task that
does not work for me (even if NOT starting in 0, but in 1).
(*) http://www.math.fsu.edu/~glevy/implementation/
Back to comp.soft-sys.math.maple | Previous | Next — Previous in thread | Next in thread | Find similar
A simplification challenge. peter.luschny@gmail.com - 2014-09-11 10:53 -0700
Re: A simplification challenge. Axel Vogt <&noreply@axelvogt.de> - 2014-09-12 19:30 +0200
Re: A simplification challenge. peter.luschny@gmail.com - 2014-09-12 13:29 -0700
Re: A simplification challenge. Axel Vogt <&noreply@axelvogt.de> - 2014-09-12 22:50 +0200
Re: A simplification challenge. peter.luschny@gmail.com - 2014-09-13 11:46 -0700
Re: A simplification challenge. Axel Vogt <&noreply@axelvogt.de> - 2014-09-13 22:06 +0200
csiph-web