The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A353911 Product_{n>=1} 1 / (1 - a(n)*x^n/n!) = 1 + tan(x). 6
1, -2, 2, -32, 56, -416, 3184, -85504, 309760, -4087552, 48104704, -546922496, 10591523840, -194387924992, 3133776259072, -129880886411264, 1249919350046720, -29073986250604544, 624022403933077504, -15137719350365519872, 381632216575339397120, -11149155036737662615552 (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 - Tan[x], {x, 0, nn}], x]; Table[a[n], {n, 1, nn}] /. sol // Flatten
CROSSREFS
Sequence in context: A371562 A309191 A372305 * A303568 A353928 A121788
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 June 7 06:53 EDT 2024. Contains 373145 sequences. (Running on oeis4.)