login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A292759
Expansion of e.g.f. exp(x)*(tan x + sec x)^3.
2
1, 4, 16, 67, 304, 1519, 8386, 51007, 340024, 2469859, 19438606, 164899447, 1500636844, 14587478299, 150891959026, 1655133221887, 19192311085264, 234597922978339, 3015167371458646, 40651421300224327, 573707768015267284, 8458761578948943979, 130059537979390701466
OFFSET
0,2
LINKS
C. K. Cook, M. R. Bacon, and R. A. Hillman, Higher-order Boustrophedon transforms for certain well-known sequences, Fib. Q., 55(3) (2017), 201-208.
FORMULA
a(n) ~ 2^(n + 11/2) * n^(n + 5/2) / (Pi^(n + 5/2) * exp(n - Pi/2)). - Vaclav Kotesovec, Jun 02 2019
MATHEMATICA
nmax = 20; CoefficientList[Series[Exp[x]*(Tan[x]+Sec[x])^3, {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Jun 02 2019 *)
CROSSREFS
Sequence in context: A261048 A091153 A270765 * A351049 A259815 A283036
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 26 2017
STATUS
approved