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!)
A087660 Values of a certain hypergeometric function. Not known to be always integer-valued. 1
4, 25, 228, 2620, 35164, 527663, 8613004, 150142594, 2759219428, 52953913663, 1053779339980, 21624992868276, 455655808661008, 9823903635742978, 216106936268122100, 4839230922051864504, 110093028451517403276, 2540412583358390378215, 59374626887737992823372 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 4*hypergeom([ -n, n/2+5/2, n/2+3], [4, 2], -4).
Recurrence: (n+3)^2*(n+4)*(3*n - 2)*(3*n + 1)*a(n) = 10*(n+1)*(n+3)*(3*n - 2)*(3*n + 2)^2*a(n-1) - (n-1)*(n+1)*(3*n + 4)*(9*n^2 - 15*n + 14)*a(n-2) + (n-4)*(n-2)*(n-1)*(3*n + 1)*(3*n + 4)*a(n-3). - Vaclav Kotesovec, Jul 05 2018
MATHEMATICA
a[n_] := 4*HypergeometricPFQ[{-n, (n + 5)/2, n/2 + 3}, {4, 2}, -4];
Table[a[n], {n, 0, 16}] (* Jean-François Alcover, Feb 19 2018 *)
CROSSREFS
Sequence in context: A001247 A031152 A010845 * A121660 A118835 A365053
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 16 04:17 EDT 2024. Contains 371696 sequences. (Running on oeis4.)