login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136550 a(n) = C(2^n + 2*n, n) * 2^n / (2^n + 2*n); a(n) = coefficient of x^n in Catalan(x)^(2^n). 2
1, 2, 14, 208, 7084, 648128, 184100160, 179176044032, 630345044388960, 8204566969800002560, 398166559635173802124288, 72163718410109803095272136704, 48857217948449362973220983661357056 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

G.f.: A(x) = Sum_{n>=0} log( Catalan(2^n*x) )^n / n! where Catalan(x) = 2/(1+sqrt(1-4*x)).

EXAMPLE

G.f.: A(x) = 1 + 2*x + 14*x^2 + 208*x^3 + 7084*x^4 + 648128*x^5 +...

A(x) = Sum_{n>=0} log(1 +1*2^n*x +2*4^n*x^2 +5*8^n*x^3 +14*16^n*x^4 +...)^n/n!.

PROG

(PARI) {a(n)=binomial(2^n + 2*n, n)*2^n/(2^n + 2*n)} (PARI) {a(n)=polcoeff((2/(1+sqrt(1-4*x +x*O(x^n))))^(2^n), n)} (PARI) {a(n)=polcoeff(sum(k=0, n, log( 2/(1+sqrt(1-4*2^k*x +x*O(x^n))))^k/k!), n)}

CROSSREFS

Cf. A136551, A136552.

Sequence in context: A054652 A122647 A158097 * A068369 A034405 A197210

Adjacent sequences:  A136547 A136548 A136549 * A136551 A136552 A136553

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 05 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:16 EST 2012. Contains 205687 sequences.