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!)
A020090 Integer part of Gamma(n+1/2)/Gamma(1/2). 3
1, 0, 0, 1, 6, 29, 162, 1055, 7918, 67303, 639383, 6713530, 77205601, 965070017, 13028445231, 188912455860, 2928143065834, 48314360586264, 845501310259627, 15641774239803107, 305014597676160593, 6252799252361292173 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
MAPLE
Digits:= 64: x:=1/2: f:= proc(n, x) trunc(GAMMA(n+x)/GAMMA(x)); end;
MATHEMATICA
Table[IntegerPart[Pochhammer[1/2, n]], {n, 0, 30}] (* G. C. Greubel, Nov 19 2018 *)
PROG
(PARI) default(realprecision, 100); for(n=0, 30, print1(truncate( gamma(n+1/2)/gamma(1/2)), ", ")) \\ G. C. Greubel, Nov 19 2018
(Magma) [Truncate(Gamma(n + 1/2)/Gamma(1/2)): n in [0..30]]; // G. C. Greubel, Nov 19 2018
(Sage) [int(gamma(n + 1/2)/gamma(1/2)) for n in range(30)] # G. C. Greubel, Nov 19 2018
CROSSREFS
Sequence in context: A000708 A027248 A192481 * A020036 A294312 A054748
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)