cp's OEIS Frontend

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.

A292757 Expansion of e.g.f. exp(x)*(1+tan(x))/((1-tan(x))*(tan(x)+sec(x))).

This page as a plain text file.
%I A292757 #17 Jan 05 2025 19:51:41
%S A292757 1,2,4,15,72,467,3534,31675,321832,3692927,46988914,658330035,
%T A292757 10056866292,166476324887,2967375285294,56673879465595,
%U A292757 1154538708267952,24990204586402847,572731801523141674,13855288923332516355,352821804274904668812,9433763230045116440807,264251645557758720762054
%N A292757 Expansion of e.g.f. exp(x)*(1+tan(x))/((1-tan(x))*(tan(x)+sec(x))).
%H A292757 C. K. Cook, M. R. Bacon, and R. A. Hillman, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Papers1/55-3/CookBaconHillman01222017.pdf">Higher-order Boustrophedon transforms for certain well-known sequences</a>, Fib. Q., 55(3) (2017), 201-208.
%F A292757 a(n) ~ 2^(2*n + 3) * n^(n + 1/2) / ((2 + sqrt(2)) * Pi^(n + 1/2) * exp(n - Pi/4)). - _Vaclav Kotesovec_, Jun 02 2019
%t A292757 nmax = 20; CoefficientList[Series[Exp[x]*(1+Tan[x])/((1-Tan[x])*(Tan[x]+Sec[x])), {x, 0, nmax}], x] * Range[0, nmax]! (* _Vaclav Kotesovec_, Jun 02 2019 *)
%Y A292757 Cf. A000834.
%K A292757 nonn
%O A292757 0,2
%A A292757 _N. J. A. Sloane_, Sep 26 2017