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 A296743 #8 Dec 19 2017 16:23:30 %S A296743 1,5,109,5977,612729,100954061,24395453861,8128143367905, %T A296743 3571195811862385,2000535014776893973,1391684597704875555165, %U A296743 1177047158822263838854889,1189444022487013498606939625,1415364934488337503351305867997,1958850511524588636608881908473749 %N A296743 Expansion of e.g.f. arctanh(x*sec(x)) (odd powers only). %F A296743 a(n) = (2*n+1)! * [x^(2*n+1)] arctanh(x*sec(x)). %e A296743 arctanh(x*sec(x)) = x/1! + 5*x^3/3! + 109*x^5/5! + 5977*x^7/7! + 612729*x^9/9! + ... %t A296743 nmax = 15; Table[(CoefficientList[Series[ArcTanh[x Sec[x]], {x, 0, 2 nmax + 1}], x] Range[0, 2 nmax + 1]!)[[n]], {n, 2, 2 nmax, 2}] %o A296743 (PARI) first(n) = x='x+O('x^(2*n)); vecextract(Vec(serlaplace(atanh(x/cos(x)))), (4^n - 1)/3) \\ _Iain Fox_, Dec 19 2017 %Y A296743 Cf. A003700, A009118, A009119, A009562, A009563, A009765, A009843, A010050, A102075, A191003, A296465, A296467, A296741, A296742. %K A296743 nonn %O A296743 0,2 %A A296743 _Ilya Gutkovskiy_, Dec 19 2017