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 A013527 #13 Nov 12 2016 19:26:33 %S A013527 1,1,13,397,4453,24649,12478897,47378857957,11289999097969, %T A013527 1143069714638779,1293273763150662781,15203530875840895739, %U A013527 46398798213229213203983,209490216975221386279672393,157153880464155360205476452597 %N A013527 Numerator of [x^(2n)] of the Taylor expansion sec(cosec(x)-cot(x)) = 1+ x^2/8 +13*x^4/384 +397*x^6/46080 +4453*x^8/2064384 + ... . %C A013527 The e.g.f. related to x/2, sec(cosec(x)-cot(x)) = 1 + 1*x^2/(2^2*2!) + 13*x^4/(2^4*4!) + 397*x^6/(2^6*6!) + 22265*x^8/(2^8*8!) + ..., is apparently provided by A009010. %H A013527 G. C. Greubel, <a href="/A013527/b013527.txt">Table of n, a(n) for n = 0..200</a> %t A013527 Numerator[Take[CoefficientList[Series[Sec[Csc[x] - Cot[x]], {x,0,50}], x], {1, -1, 2}]] (* _G. C. Greubel_, Nov 12 2016 *) %K A013527 nonn,frac %O A013527 0,3 %A A013527 Patrick Demichel (patrick.demichel(AT)hp.com) %E A013527 Name edited by _R. J. Mathar_, Dec 20 2011