login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A020134
Ceiling of Gamma(n + 1/3)/Gamma(1/3).
3
1, 1, 1, 2, 4, 15, 80, 506, 3711, 30921, 288592, 2982110, 33797241, 416832634, 5557768441, 79661347642, 1221473997165, 19950741953682, 345812860530488, 6339902443058942, 122571447232472866, 2492286093726948269, 53168769999508229721, 1187435863322350463748
OFFSET
0,4
LINKS
FORMULA
a(n) ~ sqrt(3/(2*Pi))*Gamma(2/3)*(n/e)^n/n^(1/6). - Robert Israel, Dec 12 2018
MAPLE
Digits:= 64: f:= proc(n, x) ceil(GAMMA(n+x)/GAMMA(x)) end: seq(f(n, 1/3), n=0..25);
MATHEMATICA
Array[Ceiling[Gamma[#+1/3]/Gamma[1/3]] &, 20, 0] (* Amiram Eldar, Dec 12 2018 *)
CROSSREFS
Sequence in context: A292757 A182449 A140836 * A307085 A228934 A120490
KEYWORD
nonn
AUTHOR
STATUS
approved