Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A158885
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A158885 G.f. satisfies: A(x) = Sum_{n>=0} x^n * A(2^n*x)^(2n/2^n). +0
1
1, 1, 3, 17, 191, 4291, 192831, 17339621, 3119465383, 1122599989581, 808041963462203, 1163291544547461767, 3349506451610075179659, 19288870394264558342477991, 222159361747812912367189564823 (list; graph; listen)
OFFSET

0,3

EXAMPLE

G.f.: A(x) = 1 + x + 3*x^2 + 17*x^3 + 191*x^4 + 4291*x^5 +...

A(2x)^(1/1) = 1 + 2*x + 12*x^2 + 136*x^3 + 3056*x^4 +...

A(4x)^(2/2) = 1 + 4*x + 48*x^2 + 1088*x^3 + 48896*x^4 +...

A(8x)^(3/4) = 1 + 6*x + 138*x^2 + 6260*x^3 + 571590*x^4 +...

A(16x)^(4/8) = 1 + 8*x + 352*x^2 + 32000*x^3 + 5940736*x^4 +...

A(32x)^(5/16) = 1 + 10*x + 850*x^2 + 154940*x^3 + 58271030*x^4 +...

A(64x)^(6/32) = 1 + 12*x + 1992*x^2 + 727840*x^3 + 552288096*x^4 +...

PROGRAM

(PARI) {a(n)=local(A=1+x); for(n=2, n, A=sum(k=0, n, x^k*subst(A, x, x*2^k+x*O(x^n))^(2*k/2^k))); polcoeff(A, n)}

CROSSREFS

Sequence in context: A163886 A163879 A088678 this_sequence A133991 A009494 A075271

Adjacent sequences: A158882 A158883 A158884 this_sequence A158886 A158887 A158888

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Apr 30 2009

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research