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!)
A353819 Product_{n>=1} (1 + a(n)*x^n/n!) = 1 + arcsinh(x). 6
1, 0, -1, 4, -11, 66, -547, 4880, -27351, 263310, -3258663, 39791016, -390445563, 5477278548, -84140635815, 1486404086016, -18431412645519, 322018685539542, -6436900596281679, 133183534639917240, -2208721087854287811, 49383164607876494604, -1149793471388581053219 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MATHEMATICA
nn = 23; f[x_] := Product[(1 + a[n] x^n/n!), {n, 1, nn}]; sol = SolveAlways[0 == Series[f[x] - 1 - ArcSinh[x], {x, 0, nn}], x]; Table[a[n], {n, 1, nn}] /. sol // Flatten
CROSSREFS
Sequence in context: A134823 A000880 A006551 * A274960 A151826 A032110
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 9 05:44 EDT 2024. Contains 372344 sequences. (Running on oeis4.)