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 A002298 M3217 N1303 #32 Jan 11 2018 01:09:01 %S A002298 1,1,4,3,192,20,11520,315,573440,36288,928972800,1663200,54499737600, %T A002298 74131200,1322526965760,6810804000,228532659683328000,37638881280, %U A002298 16783438527143608320,121645100408832,30370031620545576960000 %N A002298 Denominator of (2/Pi)*Integral_{0..inf} (sin x / x)^n dx. %C A002298 Except for the n=4 term, equal to A049331/2. %D A002298 N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence). %D A002298 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A002298 T. D. Noe, <a href="/A002298/b002298.txt">Table of n, a(n) for n=1..100</a> %H A002298 A. H. R. Grimsey, <a href="http://www.tandfonline.com/doi/abs/10.1080/14786444508521508#.U7-EnG2fUTA">On the accumulation of chance effects and the Gaussian frequency distribution</a>, Phil. Mag., 36 (1945), 294-295. %H A002298 R. G. Medhurst and J. H. Roberts, <a href="http://dx.doi.org/10.1090/S0025-5718-1965-0172446-8">Evaluation of the integral I_n(b) = (2/Pi)*Integral_{0..inf} (sin x / x)^n cos (bx) dx</a>, Math. Comp., 19 (1965), 113-117. %e A002298 1, 1, 3/4, 2/3, 115/192, 11/20, ... %t A002298 Denominator[Table[2/Pi Integrate[(Sin[x]/x)^n,{x,0,\[Infinity]}],{n,25}]] (* _Harvey P. Dale_, Sep 04 2011 *) %t A002298 Denominator@Table[Sum[(-1)^k (n-2k)^(n-1) Binomial[n, k], {k, 0, n/2}]/((n-1)! 2^(n-1)), {n, 1, 30}] (* _Vladimir Reshetnikov_, Sep 02 2016 *) %Y A002298 Cf. A002297, A002304, A002305. %K A002298 nonn,frac,easy,nice %O A002298 1,3 %A A002298 _N. J. A. Sloane_ %E A002298 Corrected and extended by Barbara Haas Margolius (margolius(AT)math.csuohio.edu), Dec 02 2001