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 A046968 #50 Feb 16 2025 08:32:39 %S A046968 1,-1,1,-1,1,-691,1,-3617,43867,-174611,77683,-236364091,657931, %T A046968 -3392780147,1723168255201,-7709321041217,151628697551, %U A046968 -26315271553053477373,154210205991661,-261082718496449122051,1520097643918070802691 %N A046968 Numerators of coefficients in Stirling's expansion for log(Gamma(z)). %C A046968 A001067(n) = a(n) if n<574; A001067(574) = 37*a(574). - _Michael Somos_, Feb 01 2004 %D A046968 M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 257, Eq. 6.1.41. %D A046968 L. V. Ahlfors, Complex Analysis, McGraw-Hill, 1979, p. 205 %H A046968 Seiichi Manyama, <a href="/A046968/b046968.txt">Table of n, a(n) for n = 1..314</a> %H A046968 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 A046968 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. 257, Eq. 6.1.41. %H A046968 R. P. Brent, <a href="http://arxiv.org/abs/1608.04834"> Asymptotic approximation of central binomial coefficients with rigorous error bounds</a>, arXiv:1608.04834 [math.NA], 2016. %H A046968 N. Elezovic, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL17/Elezovic/elezovic5.html">Asymptotic Expansions of Central Binomial Coefficients and Catalan Numbers</a>, J. Int. Seq. 17 (2014) # 14.2.1. %H A046968 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/StirlingsSeries.html">Stirling's Series</a> %H A046968 <a href="/index/Be#Bernoulli">Index entries for sequences related to Bernoulli numbers.</a> %F A046968 From numerator of Jk(z) = (-1)^(k-1)*Bk/(((2k)*(2k-1))*z^(2k-1)), so Gamma(z) = sqrt(2*Pi)*z^(z-0.5)*exp(-z)*exp(J(z)). %p A046968 seq(numer(bernoulli(2*n)/(2*n*(2*n-1))), n = 1..25); # _G. C. Greubel_, Sep 19 2019 %t A046968 Table[ Numerator[ BernoulliB[2n]/(2n(2n - 1))], {n, 1, 22}] (* _Robert G. Wilson v_, Feb 03 2004 *) %t A046968 s = LogGamma[z] + z - (z - 1/2) Log[z] - Log[2 Pi]/2 + O[z, Infinity]^42; DeleteCases[CoefficientList[s, 1/z], 0] // Numerator (* _Jean-François Alcover_, Jun 13 2017 *) %o A046968 (PARI) a(n)=if(n<1,0,numerator(bernfrac(2*n)/(2*n)/(2*n-1))) %o A046968 (Magma) [Numerator(Bernoulli(2*n)/(2*n*(2*n-1))): n in [1..25]]; // _G. C. Greubel_, Sep 19 2019 %o A046968 (Sage) [numerator(bernoulli(2*n)/(2*n*(2*n-1))) for n in (1..25)] # _G. C. Greubel_, Sep 19 2019 %o A046968 (GAP) List([1..25], n-> NumeratorRat(Bernoulli(2*n)/(2*n*(2*n-1))) ); # _G. C. Greubel_, Sep 19 2019 %Y A046968 Denominators given by A046969. %Y A046968 Similar to but different from A001067. See A090495, A090496. %K A046968 frac,sign,nice %O A046968 1,6 %A A046968 Douglas Stoll (dougstoll(AT)email.msn.com) %E A046968 More terms from _Frank Ellermann_, Jun 13 2001