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!)
A335644 Expansion of e.g.f. Product_{k>0} (1 + sin(x)^k / k!). 3
1, 1, 1, 3, 1, -23, -2, -28, -2435, 253, 118966, 158400, -5277106, -6453094, 377003877, 150562341, -38919169331, -49489639843, 4097920244054, 15989402021656, -397866849121614, -3949517739363706, 34992745696351023, 937723673130987379, -2417716098650478930, -223227071403982903362 (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)*sin(x)^(i*j)/(i*(j!)^i) ).
MATHEMATICA
max = 25; Range[0, max]! * CoefficientList[Series[Product[1 + Sin[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+sin(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)*sin(x)^(i*j)/(i*j!^i))))))
CROSSREFS
Sequence in context: A010291 A370948 A306619 * A027477 A260780 A243769
KEYWORD
sign
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 April 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)