Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)

Revision History for A200002

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A200002 G.f.: exp( Sum_{n>=1} C(2*n,n)^n/2^n * x^n/n ).
(history; published version)
#18 by Vaclav Kotesovec at Thu Mar 06 12:19:09 EST 2014
STATUS

editing

approved

#17 by Vaclav Kotesovec at Thu Mar 06 12:18:59 EST 2014
FORMULA

Conjecture: Limit n->infinity a(n)^(1/n^2) = 4. - Vaclav Kotesovec, Mar 06 2014

#16 by Vaclav Kotesovec at Thu Mar 06 12:12:33 EST 2014
MATHEMATICA

nmax = 10; b = ConstantArray[0, nmax+1]; b[[1]] = 1; Do[b[[n+1]] = 1/n*Sum[Binomial[2*k, k]^k/2^k * b[[n-k+1]], {k, 1, n}], {n, 1, nmax}]; b (* Vaclav Kotesovec, Mar 06 2014 *)

STATUS

approved

editing

#15 by Paul D. Hanna at Wed Apr 17 00:58:23 EDT 2013
STATUS

editing

approved

#14 by Paul D. Hanna at Wed Apr 17 00:58:19 EDT 2013
NAME

G.f.: exp( Sum_{n>=1} C(2*n,n)^n/2^n * x^n/n ).

COMMENTS

Compare to the g.f. C(x) = 1 + x*C(x)^2 of the Catalan numbers (A000108), where C(x) = exp( Sum_{n>=1} C(2*n,n)/2 * x^n/n ).

EXAMPLE

G.f.: A(x) = 1 + x + 5*x^2 + 338*x^3 + 375502*x^4 + 6351970709*x^5 +...

PROG

((PARI) {a(n)=polcoeff(exp(sum(m=1, n, binomial(2*m, m)^m/2^m*x^m/m)+x*O(x^n)), n)}

CROSSREFS

Cf. A001700A224732, A201556, A001700.

STATUS

approved

editing

#13 by Russ Cox at Fri Mar 30 18:37:32 EDT 2012
AUTHOR

_Paul D. Hanna (pauldhanna(AT)juno.com), _, Dec 05 2011

Discussion
Fri Mar 30 18:37
OEIS Server: https://oeis.org/edit/global/213
#12 by Paul D. Hanna at Mon Dec 05 13:15:21 EST 2011
NAME

G.f.: exp( Sum_{n>=1} C(2*n,n)^n/2^n * x^n/n ).

COMMENTS

Compare to the g.f. C(x) = 1 + x*C(x)^2 of the Catalan numbers (A000108), where C(x) = exp( Sum_{n>=1} C(2*n,n)/2 * x^n/n ).

EXAMPLE

G.f.: A(x) = 1 + x + 5*x^2 + 338*x^3 + 375502*x^4 + 6351970709*x^5 +...

where the logarithm of the g.f. begins:

where

Compare to the logarithm of the Catalan function C(x) = (1-sqrt(1-4*x))/(2*x):

log(C(x)) = x + 3*x^2/2 + 10*x^3/3 + 35*x^4/4 + 126*x^5/5 + 462*x^6/6 +...

PROG

( (PARI) {a(n)=polcoeff(exp(sum(m=1, n, binomial(2*m, m)^m/2^m*x^m/m)+x*O(x^n)), n)}

CROSSREFS

Cf. A001700, A201556.

STATUS

proposed

approved

#11 by Paul D. Hanna at Mon Dec 05 13:14:25 EST 2011
STATUS

editing

proposed

#10 by Paul D. Hanna at Mon Dec 05 13:14:20 EST 2011
NAME

G.f.: exp( Sum_{n>=1} C(2*n,n)^n/2^n * x^n/n ).

COMMENTS

Compare to the g.f. C(x) = 1 + x*C(x)^2 of the Catalan numbers (A000108), where C(x) = exp( Sum_{n>=1} C(2*n,n)/2 * x^n/n ).

EXAMPLE

G.f.: A(x) = 1 + x + 5*x^2 + 338*x^3 + 375502*x^4 + 6351970709*x^5 +...

where the logarithm of the g.f. begins:

Compare to the logarithm of the Catalan function C(x) = (1-sqrt(1-4*x))/(2*x):

log(C(x)) = x + 3*x^2/2 + 10*x^3/3 + 35*x^4/4 + 126*x^5/5 + 462*x^6/6 +...

PROG

((PARI) {a(n)=polcoeff(exp(sum(m=1, n, binomial(2*m, m)^m/2^m*x^m/m)+x*O(x^n)), n)}

CROSSREFS

Cf. A001700, A201556.

KEYWORD

nonn,newchanged

STATUS

approved

editing

#9 by T. D. Noe at Mon Dec 05 13:14:01 EST 2011
STATUS

proposed

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 August 21 20:16 EDT 2024. Contains 375353 sequences. (Running on oeis4.)