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!)
A353873 Product_{n>=1} 1 / (1 - a(n)*x^n/n!) = 1 + sin(x). 6
1, -2, -1, -20, -19, 94, -659, -29392, -38375, 309458, -3578279, -31878824, -476298835, 5459426348, -85215100151, -12006576849152, -20903398375855, 314905758207466, -6399968826052559, -178647405711887800, -2394435177245209195, 46569786580097365748 (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 - Sin[x], {x, 0, nn}], x]; Table[a[n], {n, 1, nn}] /. sol // Flatten
CROSSREFS
Sequence in context: A328921 A185169 A353914 * A283620 A012927 A013158
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)