OFFSET
1,1
REFERENCES
L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 261.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
FORMULA
From Barbara Haas Margolius (margolius(AT)math.csuohio.edu), Mar 12 2001: (Start)
E.g.f.: (1/4)u(t)^4 + u(t)^3(-1-t/2) + u(t)^2(3+t) + (-7-t/2)u(t), where u(t) = sec(t) + tan(t), n>4.
a(n) ~ n!(2/Pi)^(n + 3)/(3*Pi)(4n^3 + (24 - 3*Pi^2 - 12*Pi)n^2 + (13*Pi^2 + 44 + 3*Pi^3 - 36*Pi)n - 24*Pi + 16*Pi^2 - 9*Pi^3 + 24). (End)
MAPLE
u := t->sec(t)+tan(t); seq(i!*coeff(series((1/4)*u(t)^4+u(t)^3*(-1-t/2)+u(t)^2* (3+t)+(-7-t/2)*u(t), t, 35), t, i), i=5..24); # Barbara Haas Margolius (margolius(AT)math.csuohio.edu), Mar 12 2001
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Barbara Haas Margolius (margolius(AT)math.csuohio.edu), Mar 12 2001
STATUS
approved