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 A292758 #17 Jan 05 2025 19:51:41 %S A292758 1,3,9,30,117,528,2709,15600,99657,699648,5355009,44382720,396019197, %T A292758 3785146368,38583663309,417826928640,4790367838737,57967904882688, %U A292758 738337496799609,9873907221135360,138327377598038277,2025896274960580608,30959719452721035909,492827536493909114880 %N A292758 Expansion of e.g.f. (tan x + sec x)^3. %H A292758 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 A292758 a(n) ~ 2^(n + 11/2) * n^(n + 5/2) / (Pi^(n + 5/2) * exp(n)). - _Vaclav Kotesovec_, Jun 02 2019 %t A292758 nmax = 20; CoefficientList[Series[(Tan[x]+Sec[x])^3, {x, 0, nmax}], x] * Range[0, nmax]! (* _Vaclav Kotesovec_, Jun 02 2019 *) %Y A292758 Cf. A000111, A001250. %K A292758 nonn %O A292758 0,2 %A A292758 _N. J. A. Sloane_, Sep 26 2017