login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140092 G.f. satisfies: A(x) = Series_Reversion[ x/sqrt(1 + 4*A(x)) ] with A(0)=0. 1
1, 2, 6, 28, 174, 1308, 11300, 108808, 1145078, 12996332, 157580252, 2026874424, 27507762028, 392226116696, 5855551243464, 91263899531280, 1481385005886374, 24989341719984972, 437270678940944556, 7923785627972483672 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

G.f. satisfies: A(x) = x*sqrt(1 + 4*A(A(x))).

G.f. satisfies: A(A(x)) = [(A(x)^2 - x^2]/(2*x)^2.

EXAMPLE

G.f.: A(x) = x +2*x^2 +6*x^3 + 28*x^4 + 174*x^5 +1308*x^6 +11300*x^7 +...

A(A(x)) = x + 4*x^2 + 20*x^3 +124*x^4 + 912*x^5 +7676*x^6 +72064*x^7 +...

A(x)^2 = x^2 +4*x^3 + 16*x^4 + 80*x^5 + 496*x^6 +3648*x^7 +30704*x^8 +...

PROG

(PARI) {a(n)=local(A=x); if(n<1, 0, for(i=1, n, A=serreverse(x/sqrt(1+4*A +x*O(x^n)))); polcoeff(A, n))}

CROSSREFS

Cf. A087949.

Sequence in context: A109570 A156626 A088501 * A052809 A136631 A002435

Adjacent sequences:  A140089 A140090 A140091 * A140093 A140094 A140095

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 15 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 19:38 EST 2012. Contains 205536 sequences.