%I #14 Sep 20 2019 11:28:13
%S 2,0,1,2,9,40,214,1355,9940,82834,773118,7988887,90540729,1116669003,
%T 14888920041,213407853922,3272253760146,53446811415729,
%U 926411397872639,16984208960998389,328361373245968867
%N a(n) = floor( Gamma(n+1/3) ).
%D M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 255.
%H Amiram Eldar, <a href="/A014511/b014511.txt">Table of n, a(n) for n = 0..450</a>
%H M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
%H M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 255.
%p seq(floor(evalf(GAMMA(n+1/3),100)), n=0..24);
%t a[n_] := Floor[Gamma[n + 1/3]]; Array[a, 21, 0] (* _Amiram Eldar_, Sep 20 2019 *)
%Y Cf. A014510, A014512, A014513, A014514, A014516, A014517, A014518, A014521, A014522.
%K nonn
%O 0,1
%A _Simon Plouffe_