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!)
A347080 G.f. A(x) satisfies: A(x) = x + x * A(A(-x)). 0
0, 1, -1, -2, 2, 13, -16, -161, 170, 2647, -1711, -51248, 5711, 1103710, 599246, -25521869, -33907174, 620323849, 1410745127, -15678980390, -53746958146, 411344661913, 1998823108706, -11256049308869, -75003366373495, 323285264486686, 2904292324907387 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
nmax = 26; A[_] = 0; Do[A[x_] = x + x A[A[-x]] + O[x]^(nmax + 1) // Normal, nmax + 1]; CoefficientList[A[x], x]
CROSSREFS
Sequence in context: A173331 A074477 A340587 * A141575 A306738 A151352
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Jan 27 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 13 10:13 EDT 2024. Contains 374282 sequences. (Running on oeis4.)