Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A156214
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A156214 G.f.: A(x) = exp( Sum_{n>=1} 2^(n^2)*(x*A(x))^n/n ), a power series in x with integer coefficients. +0
3
1, 2, 14, 256, 18734, 6932928, 11550075900, 80606017093632, 2307293302418365718, 268696321569450570148864, 126770971088210751226430473604, 241680859880056839468193961216049152 (list; graph; listen)
OFFSET

0,2

COMMENT

Compare to g.f. for Catalan sequence: C(x) = exp( Sum_{n>=1} (x*C(x))^n/n ).

FORMULA

G.f.: A(x) = (1/x)*Series_Reversion(x/G(x)) where A(x*G(x)) = G(x) is the g.f. of A155200. [From Paul D. Hanna (pauldhanna(AT)juno.com), Jun 30 2009]

EXAMPLE

G.f.: A(x) = 1 + 2*x + 14*x^2 + 256*x^3 + 18734*x^4 + 6932928*x^5 +...

log(A(x)) = 2*x + 24*x^2/2 + 692*x^3/3 + 72704*x^4/4 + 34465932*x^5/5 +...

log(A(x)) = 2*xA(x) + 2^4*(xA(x))^2/2 + 2^9*(xA(x))^3/3 + 2^16*(xA(x))^4/4 + ...

PROGRAM

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

CROSSREFS

Cf. A000108, A156213.

Sequence in context: A053855 A152476 A070813 this_sequence A015197 A156910 A018803

Adjacent sequences: A156211 A156212 A156213 this_sequence A156215 A156216 A156217

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Feb 06 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 December 2 11:54 EST 2009. Contains 167921 sequences.


AT&T Labs Research