The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A087661 Values of a certain hypergeometric function. Not known to be always integer-valued. 1
15, 99, 891, 9825, 125085, 1772775, 27303603, 449394792, 7809206685, 141975690765, 2681773580205, 52342675041564, 1051034305996356, 21635329605783960, 455225821135429270, 9766746945640199070, 213227240437260707169, 4728776305725359233781 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 15*hypergeom([ -n, n/2+3, n/2+7/2], [5, 2], -4).
Recurrence: (n+4)^2*(n+5)*(3*n - 1)*(3*n + 1)*(3*n + 2)*a(n) = 6*(n+4)*(3*n - 1)*(45*n^4 + 180*n^3 + 264*n^2 + 151*n + 20)*a(n-1) - 3*(n-1)*(3*n + 5)*(9*n^4 + 9*n^3 - 2*n^2 + 68*n + 16)*a(n-2) + (n-5)*(n-2)*(n-1)*(3*n + 2)*(3*n + 4)*(3*n + 5)*a(n-3). - Vaclav Kotesovec, Jul 05 2018
MATHEMATICA
a[n_] := 15*HypergeometricPFQ[{-n, n/2 + 3, (n + 7)/2}, {5, 2}, -4];
Table[a[n], {n, 0, 15}] (* Jean-François Alcover, Feb 19 2018 *)
CROSSREFS
Sequence in context: A307158 A000973 A034266 * A319777 A242657 A163717
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 June 2 10:17 EDT 2024. Contains 373038 sequences. (Running on oeis4.)