|
|
A020086
|
|
Integer part of Gamma(n + 3/4)/Gamma(3/4).
|
|
2
|
|
|
1, 0, 1, 3, 13, 64, 369, 2495, 19338, 169214, 1649843, 17735822, 208395915, 2657047923, 36534408953, 538882532060, 8487399879954, 142163947989232, 2523410076808876, 47313938940166438, 934450294068287157
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,4
|
|
LINKS
|
G. C. Greubel, Table of n, a(n) for n = 0..449
|
|
MAPLE
|
Digits:= 64: x:=3/4: f := proc(n, x) trunc(GAMMA(n+x)/GAMMA(x)); end;
|
|
MATHEMATICA
|
Table[IntegerPart[Pochhammer[3/4, n]], {n, 0, 30}] (* G. C. Greubel, Nov 19 2018 *)
|
|
PROG
|
(PARI) default(realprecision, 100); for(n=0, 30, print1(truncate( gamma(n+3/4)/gamma(3/4)), ", ")) \\ G. C. Greubel, Nov 19 2018
(MAGMA) [Truncate(Gamma(n + 3/4)/Gamma(3/4)): n in [0..30]]; // G. C. Greubel, Nov 19 2018
(Sage) [int(gamma(n + 3/4)/gamma(3/4)) for n in range(30)] # G. C. Greubel, Nov 19 2018
|
|
CROSSREFS
|
Cf. A020041, A020131.
Sequence in context: A011272 A200719 A065065 * A151987 A126149 A060927
Adjacent sequences: A020083 A020084 A020085 * A020087 A020088 A020089
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Simon Plouffe
|
|
STATUS
|
approved
|
|
|
|