Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A120056
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A120056 G.f.: A(x) satisfies: A(x*A(x)) = A(x)^2/(1+x). +0
2
1, 1, 1, 3, 14, 91, 737, 7096, 78766, 987842, 13797282, 212285511, 3567147508, 65001800879, 1276876433466, 26901212485406, 605144725934525, 14477882030623891, 367106501841287465, 9834718739970491625 (list; graph; listen)
OFFSET

0,4

EXAMPLE

A(x) = 1 + x + x^2 + 3*x^3 + 14*x^4 + 91*x^5 + 737*x^6 +...

A(x)^2 = 1 + 2*x + 3*x^2 + 8*x^3 + 35*x^4 + 216*x^5 + 1693*x^6 +...

A(x*A(x)) = 1 + x + 2*x^2 + 6*x^3 + 29*x^4 + 187*x^5 + 1506*x^6 +...

PROGRAM

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

CROSSREFS

Cf. A088792.

Sequence in context: A074518 A088789 A029767 this_sequence A125788 A101220 A078456

Adjacent sequences: A120053 A120054 A120055 this_sequence A120057 A120058 A120059

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 05 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 17 15:31 EDT 2010. Contains 173524 sequences.


AT&T Labs Research