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!)
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; text; internal format)
OFFSET
0,2
LINKS
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
Sequence in context: A193194 A320945 A166232 * A266812 A086229 A369322
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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)