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!)
A153029 Special rounded values of the generalized hypergeometric function of the type 5F0. 1
1, 1, 1, 1, 1, 16, 91, 2679, 38641, 1787941, 49219381, 3272794719, 147764521081, 13316891432131, 897003497620231, 105118238883221315, 9899589649059976321 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = ceiling( 5F0(-n/2,1/2-n/2,1-n/2,3/2-n/2,2-n/2;;-4) ).
MAPLE
A153029 := proc(n)
hypergeom([ -n/2, 1/2-n/2, 1-n/2, 3/2-n/2, 2-n/2], [], -4) ;
simplify(%) ; ceil(%) ;
end proc:
seq(A153029(n), n=0..30) ; # R. J. Mathar, Jul 27 2022
MATHEMATICA
Table[Ceiling[HypergeometricPFQ[{-n/2, 1/2 - n/2, 1 - n/2, 3/2 - n/2, 2 - n/2}, {}, -4]], {n, 0, 20}] (* Vaclav Kotesovec, Jul 05 2018 *)
CROSSREFS
Cf. A153028.
Sequence in context: A240292 A050406 A047674 * A170920 A027938 A301527
KEYWORD
nonn
AUTHOR
Karol A. Penson, Dec 17 2008
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)