Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A141366
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A141366 G.f.: A(x) = x - A(-A(x)^2). +0
1
1, 1, 2, 4, 8, 16, 32, 65, 138, 316, 792, 2142, 6052, 17316, 49160, 137108, 374632, 1004668, 2656872, 6974510, 18310220, 48416528, 129637152, 352339898, 971336204, 2707410220, 7596357720, 21363062480, 60019857952, 168132717792 (list; graph; listen)
OFFSET

1,3

FORMULA

G.f.: A(x) = Series_Reversion( x + A(-x^2) ).

EXAMPLE

G.f.: A(x) = x + x^2 + 2*x^3 + 4*x^4 + 8*x^5 + 16*x^6 + 32*x^7 + 65*x^8 +...

A(x)^2 = x^2 + 2*x^3 + 5*x^4 + 12*x^5 + 28*x^6 + 64*x^7 + 144*x^8 +...

Series_Reversion( A(x) ) = x + A(-x^2), thus:

x = A(x - x^2 + x^4 - 2*x^6 + 4*x^8 - 8*x^10 + 16*x^12 -+...).

What is Limit a(n+1)/a(n) = ? ; a(501)/a(500) = 2.91525180...

PROGRAM

(PARI) {a(n)=local(A=x+x^2); for(i=0, n, A=x-subst(A, x, -(A+x*O(x^n))^2)); polcoeff(A, n)}

CROSSREFS

Sequence in context: A098051 A084637 A100137 this_sequence A049142 A100138 A100139

Adjacent sequences: A141363 A141364 A141365 this_sequence A141367 A141368 A141369

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jul 18 2008

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 November 30 22:12 EST 2008. Contains 150989 sequences.


AT&T Labs Research