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!)
A353611 Product_{n>=1} (1 + a(n)*x^n/n!) = 1 + tan(x). 9
1, 0, 2, -8, 56, -336, 3184, -27264, 309760, -3297280, 48104704, -624745472, 10591523840, -159594803200, 3133776259072, -56224864108544, 1249919350046720, -24600643845095424, 624022403933077504, -14094091678163140608, 381632216575339397120, -9516741266133420605440 (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 - Tan[x], {x, 0, nn}], x]; Table[a[n], {n, 1, nn}] /. sol // Flatten
CROSSREFS
Sequence in context: A354175 A306087 A113248 * A333564 A291314 A354248
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, May 07 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 17 09:50 EDT 2024. Contains 375209 sequences. (Running on oeis4.)