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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136551 a(n) = C(2^n + 2*n + 1, n)*(2^n + 1)/(2^n + 2*n + 1); a(n) = coefficient of x^n in Catalan(x)^(2^n+1). 2
1, 3, 20, 273, 8602, 738738, 200144100, 188542438797, 649522995031926, 8346577591515964350, 402021093245772461553820, 72549434962879252821217976994, 48999971145855741423248927935058060 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

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

EXAMPLE

G.f.: A(x) = 1 + 3*x + 20*x^2 + 273*x^3 + 8602*x^4 + 738738*x^5 +...

PROG

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

CROSSREFS

Cf. A136550, A136552.

Sequence in context: A197975 A193194 A166232 * A086229 A130531 A163138

Adjacent sequences:  A136548 A136549 A136550 * A136552 A136553 A136554

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 16 05:51 EST 2012. Contains 205860 sequences.