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!)
A336046 Expansion of e.g.f. Product_{k>0} (1 + tan(x)^k / k!). 3
1, 1, 1, 6, 13, 112, 418, 4025, 23773, 237256, 2022526, 20878803, 236842838, 2567676659, 36410743437, 419956671339, 7116408372829, 87937527652592, 1724613303370022, 22889017703271151, 507452662263001722, 7236316297556572973, 178035555403835890935, 2728137658918521763201 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: exp( Sum_{i>0} Sum_{j>0} (-1)^(i+1)*tan(x)^(i*j)/(i*(j!)^i) ).
MATHEMATICA
max = 23; Range[0, max]! * CoefficientList[Series[Product[1 + Tan[x]^k/k!, {k, 1, max}], {x, 0, max}], x] (* Amiram Eldar, Oct 04 2020 *)
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(prod(k=1, N, 1+tan(x)^k/k!)))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(sum(i=1, N, sum(j=1, N\i, (-1)^(i+1)*tan(x)^(i*j)/(i*j!^i))))))
CROSSREFS
Sequence in context: A292121 A364199 A236250 * A368633 A042285 A041070
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 03 2020
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 May 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)