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!)
A353913 Product_{n>=1} 1 / (1 - a(n)*x^n/n!) = 1 + arcsin(x). 5
1, -2, 1, -28, 29, -194, 1583, -61328, 144153, -1697262, 20127867, -191762088, 3978820221, -66586416948, 1057400360235, -58260102945024, 370244721585681, -7992573879248406, 162968423791332339, -3399970067764816824, 88052648301403014789, -2360852841450177138924 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
nn = 22; f[x_] := Product[1/(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: A336911 A322230 A353910 * A012411 A012415 A012660
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, May 10 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 July 9 07:13 EDT 2024. Contains 374172 sequences. (Running on oeis4.)