login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Ceiling of GAMMA(n+3/10)/GAMMA(3/10).
2

%I #6 Mar 30 2012 18:36:22

%S 1,1,1,1,3,13,68,426,3103,25751,239484,2466678,27873457,342843515,

%T 4559818741,65205407995,997642742322,16261576699845,281325276907304,

%U 5148252567403659,99361274550890614,2017033873383079454

%N Ceiling of GAMMA(n+3/10)/GAMMA(3/10).

%p Digits := 64:f := proc(n,x) ceil(GAMMA(n+x)/GAMMA(x)); end;

%K nonn

%O 0,5

%A _Simon Plouffe_