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.

A292759 Expansion of e.g.f. exp(x)*(tan x + sec x)^3.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Sep 26 2017

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 20; CoefficientList[Series[Exp[x]*(Tan[x]+Sec[x])^3, {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Jun 02 2019 *)

Formula

a(n) ~ 2^(n + 11/2) * n^(n + 5/2) / (Pi^(n + 5/2) * exp(n - Pi/2)). - Vaclav Kotesovec, Jun 02 2019