The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A302584 a(n) = n! * [x^n] exp(n*x)/cos(x). 8

%I #8 Jun 08 2019 08:30:49

%S 1,1,5,36,357,4500,68857,1239504,25661545,600655824,15684383021,

%T 452001644864,14249852124365,487836995500608,18022519535240417,

%U 714658089577017600,30275849571771536977,1364687729891761740032,65213822241378992547925,3293203845745202062590976

%N a(n) = n! * [x^n] exp(n*x)/cos(x).

%H N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>

%F a(n) ~ n^n / cos(1). - _Vaclav Kotesovec_, Jun 08 2019

%t Table[n! SeriesCoefficient[Exp[n x]/Cos[x], {x, 0, n}], {n, 0, 19}]

%t Table[(2 I)^n EulerE[n, (1 - I n)/2], {n, 0, 19}]

%Y Cf. A000364, A003701, A062024, A115415, A115416, A302583, A302585, A302586, A302587.

%K nonn

%O 0,3

%A _Ilya Gutkovskiy_, Apr 10 2018

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 May 14 01:40 EDT 2024. Contains 372528 sequences. (Running on oeis4.)