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!)
A020135 Ceiling of Gamma(n+1/2)/Gamma(1/2). 3
1, 1, 1, 2, 7, 30, 163, 1056, 7919, 67304, 639384, 6713531, 77205602, 965070018, 13028445232, 188912455861, 2928143065835, 48314360586265, 845501310259628, 15641774239803108, 305014597676160594, 6252799252361292174 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Gamma(n+1/2)/Gamma(1/2) = 1, 1/2, 3/4, 15/8, 105/16, 945/32, 10395/64, 135135/128, 2027025/256, ... - R. J. Mathar, Sep 04 2016
LINKS
MAPLE
Digits := 64:f := proc(n, x) ceil(GAMMA(n+x)/GAMMA(x)); end;
MATHEMATICA
Table[Ceiling[Pochhammer[1/2, n]], {n, 0, 30}] (* G. C. Greubel, Nov 19 2018 *)
PROG
(PARI) default(realprecision, 100); for(n=0, 30, print1(ceil(gamma(n+1/2)/gamma(1/2)), ", ")) \\ G. C. Greubel, Nov 19 2018
(Magma) [Ceiling(Gamma(n + 1/2)/Gamma(1/2)): n in [0..30]]; // G. C. Greubel, Nov 19 2018
(Sage) [ceil(gamma(n+1/2)/gamma(1/2)) for n in range(30)] # G. C. Greubel, Nov 19 2018
CROSSREFS
Sequence in context: A001053 A124552 A020045 * A249474 A193353 A102158
KEYWORD
nonn
AUTHOR
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)