login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A294312 Expansion of e.g.f. sec(x*exp(x)). 1
1, 0, 1, 6, 29, 180, 1501, 14434, 154265, 1856232, 24953401, 368767102, 5936244533, 103519338780, 1944554725205, 39134556793050, 840024295910833, 19157944025344464, 462629389438242673, 11792248121970820598, 316398168231432879565, 8913743651504295251844 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
sec(x*exp(x)) = 1 + x^2/2! + 6*x^3/3! + 29*x^4/4! + 180*x^5/5! + 1501*x^6/6! + ...
MAPLE
a:=series(sec(x*exp(x)), x=0, 22): seq(n!*coeff(a, x, n), n=0..21); # Paolo P. Lava, Mar 27 2019
MATHEMATICA
nmax = 21; CoefficientList[Series[Sec[x Exp[x]], {x, 0, nmax}], x] Range[0, nmax]!
nmax = 21; CoefficientList[Series[1/Cos[x Exp[x]], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A192481 A020090 A020036 * A054748 A209112 A205811
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 27 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)