This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A014522 #25 Jul 08 2025 05:40:38 %S A014522 1,1,2,4,17,79,453,3058,23698,207359,2021746,21733773,255371836, %T A014522 3255990905,44769874946,660355655454,10400601573397,174210076354396, %U A014522 3092228855290534,57979291036697519,1145090997974775999,23760638207976601980,516793881023491093070 %N A014522 Nearest integer to Gamma(n+3/4). %D A014522 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 A014522 Amiram Eldar, <a href="/A014522/b014522.txt">Table of n, a(n) for n = 0..450</a> %H A014522 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 A014522 [ seq(round(evalf(GAMMA(n+3/4),100)), n=0..24) ]; %t A014522 a[n_] := Round[Gamma[n + 3/4]]; Array[a, 23, 0] (* _Amiram Eldar_, Sep 20 2019 *) %o A014522 (PARI) a(n) = round(gamma(n+3/4)) \\ _Felix Fröhlich_, Nov 05 2018 %Y A014522 Cf. A014510, A014511, A014512, A014513, A014514, A014516, A014517, A014518, A014521. %K A014522 nonn %O A014522 0,3 %A A014522 _N. J. A. Sloane_ %E A014522 a(15), a(16), and a(19) corrected by _Sean A. Irvine_, Nov 05 2018