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!)
A196497 G.f. satisfies: A( x*A(-x)/A(x) ) = 1 + x. 0
1, 1, 2, 6, 30, 170, 1242, 9534, 86118, 797778, 8327410, 88438966, 1032534190, 12233231738, 156832510922, 2038914853870, 28368720701302, 400233587440290, 5994141844357346, 91033137985948774, 1458360235236325182, 23691777860254217802, 403933868741833240506 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f. satisfies: A(x) = 1 + x*A(A(x) - 1)/A(1 - A(x)).
EXAMPLE
G.f.: A(x) = 1 + x + 2*x^2 + 6*x^3 + 30*x^4 + 170*x^5 + 1242*x^6 +...
Related expansions.
x*A(-x)/A(x) = x - 2*x^2 + 2*x^3 - 10*x^4 + 18*x^5 - 290*x^6 + 594*x^7 +...
A(A(x)-1) = 1 + x + 4*x^2 + 20*x^3 + 128*x^4 + 928*x^5 + 7636*x^6 +...
A(1-A(x)) = 1 - x - 4*x^3 - 4*x^4 - 112*x^5 - 288*x^6 - 6436*x^7 +...
PROG
(PARI) {a(n)=local(A=1+x); for(i=1, n, A=1+serreverse(x*subst(A, x, -x)/(A+x*O(x^n)))); polcoeff(A, n)}
CROSSREFS
Sequence in context: A057221 A180892 A366266 * A127115 A290354 A293906
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 04 2011
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 22 16:13 EDT 2024. Contains 375369 sequences. (Running on oeis4.)