login
A009244
Expansion of e.g.f.: exp(tan(x))/cos(x).
3
1, 1, 2, 6, 20, 92, 448, 2688, 17296, 127312, 1013600, 8850336, 83547584, 845380928, 9196867072, 105911556096, 1301697829120, 16814357324032, 230093807905280, 3294279618252288, 49636887216382976
OFFSET
0,3
LINKS
P. Barry, Constructing Exponential Riordan Arrays from Their A and Z Sequences, Journal of Integer Sequences, 17 (2014), #14.2.6.
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[Tan[x]]/Cos[x], {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Jun 06 2014 *)
CROSSREFS
Sequence in context: A027315 A005965 A000421 * A104985 A210690 A079575
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Extended and signs tested by Olivier Gérard, Mar 15 1997
Prior Mathematica program replaced and definition clarified by Harvey P. Dale, Jun 06 2014
STATUS
approved