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.

A294312 Expansion of e.g.f. sec(x*exp(x)).

This page as a plain text file.
%I A294312 #12 Mar 27 2019 10:01:30
%S A294312 1,0,1,6,29,180,1501,14434,154265,1856232,24953401,368767102,
%T A294312 5936244533,103519338780,1944554725205,39134556793050,840024295910833,
%U A294312 19157944025344464,462629389438242673,11792248121970820598,316398168231432879565,8913743651504295251844
%N A294312 Expansion of e.g.f. sec(x*exp(x)).
%e A294312 sec(x*exp(x)) = 1 + x^2/2! + 6*x^3/3! + 29*x^4/4! + 180*x^5/5! + 1501*x^6/6! + ...
%p A294312 a:=series(sec(x*exp(x)),x=0,22): seq(n!*coeff(a,x,n),n=0..21); # _Paolo P. Lava_, Mar 27 2019
%t A294312 nmax = 21; CoefficientList[Series[Sec[x Exp[x]], {x, 0, nmax}], x] Range[0, nmax]!
%t A294312 nmax = 21; CoefficientList[Series[1/Cos[x Exp[x]], {x, 0, nmax}], x] Range[0, nmax]!
%Y A294312 Cf. A000364, A009007, A009017, A009121, A009300, A009448, A009565, A009635, A009768, A139134, A191719, A216401, A217502, A294313, A297009, A297010.
%K A294312 nonn
%O A294312 0,4
%A A294312 _Ilya Gutkovskiy_, Dec 27 2017