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!)
A335635 Expansion of e.g.f. Product_{k>0} 1/(1 - sin(x)^k / k). 4
1, 1, 3, 10, 44, 215, 1252, 7992, 56024, 438341, 3672328, 32587366, 318586880, 3325053147, 35115462592, 407034567076, 5198294627456, 63965057355305, 824995119961984, 12611299833296898, 184189806819806720, 2590874864719588031, 44912343151409875456, 728583107189913021328, 11458864344772729650176 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(30) is negative.
LINKS
FORMULA
E.g.f.: exp( Sum_{i>0} Sum_{j>0} sin(x)^(i*j)/(i*j^i) ).
MATHEMATICA
max = 24; Range[0, max]! * CoefficientList[Series[Product[1/(1 - Sin[x]^k/k), {k, 1, max}], {x, 0, max}], x] (* Amiram Eldar, Oct 03 2020 *)
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(1/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, sin(x)^(i*j)/(i*j^i))))))
CROSSREFS
Sequence in context: A279105 A246956 A026682 * A096804 A113059 A331156
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 May 16 20:35 EDT 2024. Contains 372555 sequences. (Running on oeis4.)