Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A088792
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A088792 G.f. satisfies: A(x)^2*(1-x) = A(x*A(x)). +0
2
1, 1, 2, 7, 38, 279, 2535, 27106, 330998, 4526827, 68402684, 1130591607, 20282026273, 392427087780, 8146462590683, 180629845193090, 4261044215912232, 106571080784076813, 2817142524095598771 (list; graph; listen)
OFFSET

0,3

EXAMPLE

A(x) = 1 + x + 2*x^2 + 7*x^3 + 38*x^4 + 279*x^5 + 2535*x^6 +...

A(x)^2 = 1 + 2*x + 5*x^2 + 18*x^3 + 94*x^4 + 662*x^5 + 5829*x^6 +...

A(x*A(x)) = 1 + x + 3*x^2 + 13*x^3 + 76*x^4 + 568*x^5 + 5167*x^6 +...

PROGRAM

(PARI) {a(n)=local(A, m); if(n<1, n==0, m=1; 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. A120056.

Adjacent sequences: A088789 A088790 A088791 this_sequence A088793 A088794 A088795

Sequence in context: A036432 A094431 A032109 this_sequence A114160 A084552 A094664

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 16 2003; corrected 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 | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research