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!)
A353820 Product_{n>=1} (1 + a(n)*x^n/n!) = 1 + arctan(x). 6
1, 0, -2, 8, -16, 96, -832, 9344, -27648, 238080, -4228608, 55812096, -398991360, 4930609152, -98606039040, 2440552022016, -17762113880064, 235149341884416, -7331825098948608, 170578782435409920, -2009778629489197056, 38563016760590598144, -1278044473427380666368 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
nn = 23; f[x_] := Product[(1 + a[n] x^n/n!), {n, 1, nn}]; sol = SolveAlways[0 == Series[f[x] - 1 - ArcTan[x], {x, 0, nn}], x]; Table[a[n], {n, 1, nn}] /. sol // Flatten
CROSSREFS
Sequence in context: A100736 A099888 A249308 * A199043 A046161 A092978
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 April 30 12:15 EDT 2024. Contains 372134 sequences. (Running on oeis4.)