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!)
A353821 Product_{n>=1} (1 + a(n)*x^n/n!) = 1 + arctanh(x). 6
1, 0, 2, -8, 64, -384, 3968, -34432, 414720, -4454400, 68247552, -912236544, 15949529088, -245572583424, 5012834549760, -92436465352704, 2119956936523776, -42836227522560000, 1123874181449515008, -26161653829651660800, 730049769522063212544, -18719979459270521389056 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
nn = 22; f[x_] := Product[(1 + a[n] x^n/n!), {n, 1, nn}]; sol = SolveAlways[0 == Series[f[x] - 1 - ArcTanh[x], {x, 0, nn}], x]; Table[a[n], {n, 1, nn}] /. sol // Flatten
CROSSREFS
Sequence in context: A287229 A323853 A354276 * A354237 A191570 A052707
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 August 16 21:21 EDT 2024. Contains 375191 sequences. (Running on oeis4.)