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!)
A335629 Expansion of e.g.f. Product_{k>0} (1+sin(x)^k). 6
1, 1, 2, 11, 40, 241, 1952, 13691, 96640, 1124161, 13770752, 119165771, 1373271040, 21966388081, 297353879552, 4935774720251, 71240808202240, 589721910720001, 20308058536804352, 594276723452229131, 4142005120030474240, 73558191271194967921, 5026768573876078641152, 36395755978909448444411, -115943295497314720808960 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp( Sum_{k>0} (-sin(x))^k/(k*(sin(x)^k-1)) ).
MATHEMATICA
nmax = 25; CoefficientList[Series[Product[1 + Sin[x]^k, {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Oct 03 2020 *)
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(eta(sin(x)^2)/eta(sin(x))))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(prod(k=1, N, 1+sin(x)^k)))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(sum(k=1, N, (-sin(x))^k/(k*(sin(x)^k-1))))))
CROSSREFS
Sequence in context: A193005 A152895 A308524 * A000822 A290175 A154813
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 02 2020
EXTENSIONS
Two more terms from Vaclav Kotesovec, 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 24 05:36 EDT 2024. Contains 371918 sequences. (Running on oeis4.)