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!)
A353915 Product_{n>=1} 1 / (1 - a(n)*x^n/n!) = 1 + arctan(x). 5
1, -2, -2, -16, -16, 16, -832, -22016, -27648, 173568, -4228608, -57965568, -398991360, 2554896384, -98606039040, -7568860053504, -17762113880064, 200091412463616, -7331825098948608, -258326401420099584, -2009778629489197056, 25949098553870647296, -1278044473427380666368 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
nn = 23; f[x_] := Product[1/(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: A361817 A093114 A016740 * A193145 A352348 A133922
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 09:07 EDT 2024. Contains 374174 sequences. (Running on oeis4.)