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!)
A353818 Product_{n>=1} (1 + a(n)*x^n/n!) = 1 + arcsin(x). 6
1, 0, 1, -4, 29, -174, 1583, -13168, 144153, -1485330, 20127867, -253341144, 3978820221, -57986205900, 1057400360235, -18016221644544, 370244721585681, -6993826454599146, 162968423791332339, -3490951922268853320, 88052648301403014789, -2075060448716599488276 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MATHEMATICA
nn = 22; f[x_] := Product[(1 + a[n] x^n/n!), {n, 1, nn}]; sol = SolveAlways[0 == Series[f[x] - 1 - ArcSin[x], {x, 0, nn}], x]; Table[a[n], {n, 1, nn}] /. sol // Flatten
CROSSREFS
Sequence in context: A300806 A303464 A301445 * A198794 A258416 A079885
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, May 08 2022
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 12 23:54 EDT 2024. Contains 372497 sequences. (Running on oeis4.)