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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 13:36 EDT 2024. Contains 371970 sequences. (Running on oeis4.)