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!)
A185753 G.f. satisfies: A(x/A(x)) = 1 + sqrt(x - x/A(x)). 1
1, 1, 1, 3, 15, 102, 861, 8593, 98453, 1269924, 18187062, 286183564, 4907331899, 91082993194, 1819518069135, 38929958186607, 888318740697313, 21536467340324252, 552893064959418966, 14985039828839650746 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
Let G(x) be the g.f. of A185754, then g.f. A(x) satisfies:
(1) x + (A(x) - 1)^2 = G(x),
(2) x * A( G(x) ) = G(x),
(3) G( x/A(x) ) = x.
EXAMPLE
G.f.: A(x) = 1 + x + x^2 + 3*x^3 + 15*x^4 + 102*x^5 + 861*x^6 +...
RELATED SERIES.
A(x/A(x)) = 1 + x + x^3 + 5*x^4 + 37*x^5 + 329*x^6 + 3415*x^7 + 40328*x^8 + 532749*x^9 + 7777531*x^10 + 124315519*x^11 + ...
x - x/A(x) = x^2 + 2*x^4 + 10*x^5 + 75*x^6 + 668*x^7 + 6929*x^8 + 81684*x^9 + 1076987*x^10 + 15694214*x^11 + 250460767*x^12 + ...
sqrt(x - x/A(x)) = x + x^3 + 5*x^4 + 37*x^5 + 329*x^6 + 3415*x^7 + 40328*x^8 + ...
The g.f. of A185754 begins:
G(x) = x + x^2 + 2*x^3 + 7*x^4 + 36*x^5 + 243*x^6 + 2016*x^7 +...
where
(A(x) - 1)^2 = x^2 + 2*x^3 + 7*x^4 + 36*x^5 + 243*x^6 + 2016*x^7 +...
A(G(x)) = 1 + x + 2*x^2 + 7*x^3 + 36*x^4 + 243*x^5 + 2016*x^6 +...
PROG
(PARI) {a(n) = local(A=x+x^2); for(i=1, n, A = 2*A - x -(x/serreverse(A + x^2*O(x^n)) - 1)^2); polcoeff(x/serreverse(A + x^2*O(x^n)), n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Cf. A185754.
Sequence in context: A265164 A348793 A135903 * A174493 A354122 A318618
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 02 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 April 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)