login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087662 Values of a certain hypergeometric function. Not known to be always integer-valued. 3
5, 29, 230, 2260, 25921, 334105, 4717653, 71677935, 1156559775, 19624027967, 347486715005, 6382806114599, 121036793631550, 2360217764672530, 47174734548813698, 963862614738695410, 20085285577742751859, 426043585490101967355, 9183714902258875988330 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 5*hypergeom([ -n, n/2+7/2, n/2+4], [5, 3], -4).
Recurrence: (n+4)*(n+5)*(n+6)*(3*n + 2)*a(n) = 5*(n+5)*(3*n + 4)*(6*n^2 + 14*n + 9)*a(n-1) - (n-1)*(9*n^3 + 24*n^2 + 17*n - 20)*a(n-2) + (n-4)*(n-2)*(n-1)*(3*n + 5)*a(n-3). - Vaclav Kotesovec, Jul 05 2018
MATHEMATICA
a[n_] := 5*HypergeometricPFQ[{-n, n/2 + 7/2, n/2 + 4}, {5, 3}, -4];
Table[a[n], {n, 0, 16}] (* Jean-François Alcover, Feb 19 2018 *)
CROSSREFS
Sequence in context: A352294 A182018 A309260 * A113012 A000354 A103815
KEYWORD
nonn
AUTHOR
Bill Gosper, Sep 26 2003
EXTENSIONS
More terms from Vladeta Jovovic, Sep 30 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 29 03:15 EDT 2024. Contains 372097 sequences. (Running on oeis4.)