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 A013522 #21 Jun 01 2025 08:15:25 %S A013522 1,1,37,137,41641,3887,241586893,5721418891,4315903789009, %T A013522 2832484672207,183184249105857781,2154299222076719401, %U A013522 1431144441595717024523,386845480523042818420133,21349170171172632123182767,38112676874301043070814698873,25659732417088795005806537367241 %N A013522 Numerator of [x^(2n+1)] in the Taylor expansion sinh(cosec(x)-cotan(x))= x/2 +x^3/16 +37*x^5/3840 +137*x^7/92160 +41641*x^9/185794560 + 3887*x^11/117964800 +... %C A013522 Apparently a bisection of A047691. %C A013522 The numerators in the e.g.f. of x/2, sinh(cosec(x)-cotan(x)) = x/(2^1*1!) +3*x^3/(2^3*3!) +37*x^5/(2^5*5!) +959*x^7/(2^7*7!) +41641*x^9/(2^9*9!)+.. are apparently covered by the absolute values of A003717. %H A013522 G. C. Greubel, <a href="/A013522/b013522.txt">Table of n, a(n) for n = 0..200</a> %t A013522 Numerator[Take[CoefficientList[Series[Sinh[Csc[x] - Cot[x]], {x,0,45}], x], {2, -1, 2}]] (* _G. C. Greubel_, Nov 12 2016 *) %K A013522 nonn,frac %O A013522 0,3 %A A013522 Patrick Demichel (patrick.demichel(AT)hp.com) %E A013522 Name edited by _R. J. Mathar_, Dec 19 2011