%I #23 Sep 20 2019 21:07:51
%S 1,1,2,4,17,79,453,3058,23698,207359,2021746,21733773,255371836,
%T 3255990905,44769874946,660355655454,10400601573397,174210076354396,
%U 3092228855290534,57979291036697519,1145090997974775999,23760638207976601980,516793881023491093070
%N Nearest integer to Gamma(n+3/4).
%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="/A014522/b014522.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, p. 255.
%p [ seq(round(evalf(GAMMA(n+3/4),100)), n=0..24) ];
%t a[n_] := Round[Gamma[n + 3/4]]; Array[a, 23, 0] (* _Amiram Eldar_, Sep 20 2019 *)
%o (PARI) a(n) = round(gamma(n+3/4)) \\ _Felix Fröhlich_, Nov 05 2018
%Y Cf. A014510, A014511, A014512, A014513, A014514, A014516, A014517, A014518, A014521.
%K nonn
%O 0,3
%A _N. J. A. Sloane_.
%E a(15), a(16), and a(19) corrected by _Sean A. Irvine_, Nov 05 2018