Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!news-1.dfn.de!news.dfn.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Axel Vogt <&noreply@axelvogt.de> Newsgroups: comp.soft-sys.math.maple Subject: Re: A hypergeometric formula Date: Wed, 10 Sep 2014 20:54:45 +0200 Lines: 28 Message-ID: References: <0d083247-0434-4923-9388-56b4a98b55e9@googlegroups.com> <877g1b1mwt.fsf@san.rr.com> <84b88022-9fad-4f65-bafd-015f1dfe3004@googlegroups.com> Reply-To: &noreply@axelvogt.de Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net DoesLZpGdh3qn5vNbMNuOAwULeJLfDczgzfOUJ3pKjMZy11Vc= Cancel-Lock: sha1:Fw1rxR39Wmhct/5SEtQBn1z5fA4= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 In-Reply-To: <84b88022-9fad-4f65-bafd-015f1dfe3004@googlegroups.com> Xref: csiph.com comp.soft-sys.math.maple:946 On 10.09.2014 20:32, peter.luschny@gmail.com wrote: >>> 2*GAMMA(3/2)*hypergeom([1/2,0],[3/2,0,-1/2],-1) /sqrt(Pi) = ? >> (**) y := 2*GAMMA(3/2)*hypergeom([1/2,0],[3/2,0,-1/2],-1) /sqrt(Pi); >> y := hypergeom([1/2], [-1/2, 3/2], -1) >> (**) simplify(y); >> sin(2) - cos(2) > > Thank you Joe! > > Now this was the easy part. Next the question: Why does Wolfram Alpha > (and presumably Mathematica) gives a different answer? > > 2 Gamma[3/2] (HypergeometricPFQ[{1/2, 0}, {3/2, 0, -1/2}, -1]/Sqrt[Pi]) > > Peter I suggest to consider only the 2F3. Wolfram Alpha says " = 1" and writes it as series in Pochhamer symbols. That series is seen to be sin(2) - cos(2) by Maple (which re-writes the very task as 1F3, dropping the zeros). Feeding the series to Alpha gives sin(2) - cos(2) http://www.wolframalpha.com/input/?i=HypergeometricPFQ[{1%2F2%2C+0}%2C+{3%2F2%2C+0%2C+-1%2F2}%2C+-1] http://www.wolframalpha.com/input/?i=sum%28%28-1%29^k*pochhammer%281%2F2%2Ck%29%2Fk!%2Fpochhammer%28-1%2F2%2Ck%29%2Fpochhammer%283%2F2%2Ck%29%2Ck+%3D+0+..+infinity%29