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 A227540 #8 Jul 16 2013 11:10:35 %S A227540 1,4,18,1,150,1,294,1,270,1,726,1,35490,1,90,1,8670,1,15162,1,6930,1, %T A227540 3174,1,68250,1,162,1,25230,1,443982,1,16830,1,210,1,71010030,1,234,1, %U A227540 554730,1,77658,1,31050,1,13254,1,2274090,1,3366,1,84270,1,43890,1 %N A227540 Denominator of the rationals obtained from the e.g.f. D(1,x), a Debye function. %C A227540 The numerator sequence seems to be the one of the Bernoulli numbers A027641. %C A227540 D(1,x) := (1/x)*int(t/(exp(t)-1),t=0..x) which is (1/x)times the Debye function of the Abramowitz-Stegun link for n=1, is the e.g.f. for {B(k)/(k+1)}, k=0..infinity, with the Bernoulli numbers B(k) = A027641(k)/A027642(k). This follows after using the e.g.f. t/(exp(t)-1) of {B(k)} and integrating term by term (allowed for |x| <= r < rho for some small enough rho). %H A227540 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, pp. 998, equ. 27.1.1 for n=1, with an extra factor 1/x. %F A227540 a(n) = denominator(B(n)/(n+1)) (in lowest terms), n >= 0. See the comment on the e.g.f. D(1,x) above. %Y A227540 Cf. A027641/A027642 (Bernoulli), A120082/A120083 for the rationals B(n)/(n+1)!. %K A227540 nonn,easy,frac %O A227540 0,2 %A A227540 _Wolfdieter Lang_, Jul 15 2013