login
The OEIS is supported by the many generous donors 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; text; internal format)
OFFSET
0,2
LINKS
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
Sequence in context: A158097 A262003 A271847 * A068369 A034405 A197210
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 05 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)