login

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

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

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

%S 1,1,1,1,1,3,15,92,649,5253,47802,482797,5359036,64844333,849460757,

%T 11977396666,180858689642,2911824903230,49792205845229,

%U 901238925798639,17213663482753994,345994636003355265,7300486819670796088

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

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

%K nonn

%O 0,6

%A _Simon Plouffe_