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!)
A090594 G.f. satisfies: A(x + x*A(-x)) = x + x*A(x). 1
0, 1, 2, 4, 10, 28, 92, 328, 1330, 5740, 27596, 139160, 769964, 4423736, 27567048, 177127440, 1223262698, 8667225836, 65523382052, 506370134232, 4150248267164, 34679055629960, 305773367599064, 2742997917079984, 25853946568986188 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Series reversion of g.f. A(x) is -A(-x). The g.f. for A006196 (leftist trees with n leaves) also satisfies this condition: A(-A(-x)) = x. This sequence was inspired by communication with Michael Somos, while he was investigating this and similar functional equations and their resulting sequences.
LINKS
FORMULA
G.f.: A(-A(-x)) = x.
PROG
(PARI) {a(n)=local(A); if(n<0, 0, A=x+x*O(x^n); for(i=1, n, B=subst(A, x, -x); C=subst(A, x, x+x*B); A=A+x+A*x-C); polcoeff(A, n, x))}
CROSSREFS
Cf. A006196.
Sequence in context: A363110 A271207 A091175 * A361912 A188496 A369079
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 05 2003
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 May 4 02:59 EDT 2024. Contains 372225 sequences. (Running on oeis4.)