Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A153294
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A153294 G.f.: A(x) = F(x*F(x)^2) = F(F(x)-1) where F(x) = 1 + x*F(x)^2 is the g.f. of A000108 (Catalan). +0
3
1, 1, 4, 18, 86, 427, 2180, 11373, 60380, 325259, 1773842, 9776637, 54380144, 304905223, 1721650832, 9782051362, 55888463214, 320898932595, 1850762866662, 10717217871255, 62287285235230, 363212668363520, 2124430957852380 (list; graph; listen)
OFFSET

0,3

FORMULA

a(n) = Sum_{k=0..n} C(2k+1,k)/(2k+1) * C(2n,n-k)*k/n for n>0 with a(0)=1.

G.f.: A(x) = [1 - sqrt(5 - 4*F(x))]/(2*F(x)-2) where F(x) = (1-sqrt(1-4x))/(2x).

G.f. satisfies: A(x) = 1 + x*F(x)^2*A(x)^2 where F(x) is the g.f. of A000108.

G.f. satisfies: A(x*G(x)) = F(x*G(x)^3) = F(G(x)-1) where G(x) = F(x*G(x)) is the g.f. of A001764 and F(x) is the g.f. of A000108.

EXAMPLE

G.f.: A(x) = F(x*F(x)^2) = 1 + x + 4*x^2 + 18*x^3 + 86*x^4 +... where

F(x) = 1 + x + 2*x^2 + 5*x^3 + 14*x^4 + 42*x^5 + 132*x^6 +...

F(x)^2 = 1 + 2*x + 5*x^2 + 14*x^3 + 42*x^4 + 132*x^5 + 429*x^6 +...

A(x)^2 = 1 + 2*x + 9*x^2 + 44*x^3 + 224*x^4 + 1170*x^5 + 6226*x^6 +...

F(x)^2*A(x)^2 = 1 + 4*x + 18*x^2 + 86*x^3 + 427*x^4 + 2180*x^5 +...

PROGRAM

(PARI) {a(n)=if(n==0, 1, sum(k=0, n, binomial(2*k+1, k)/(2*k+1)*binomial(2*(n-k)+2*k, n-k)*2*k/(2*(n-k)+2*k)))}

CROSSREFS

Cf. A001764, A000108; A153293, A153295.

Sequence in context: A084847 A082685 A111966 this_sequence A164045 A130524 A083325

Adjacent sequences: A153291 A153292 A153293 this_sequence A153295 A153296 A153297

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 15 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research