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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161798 G.f. satisfies: A(x) = 1/(1 - x/(1 - x*A(x))^3)^2. 1
1, 2, 9, 46, 262, 1590, 10081, 65986, 442518, 3024772, 20996141, 147603198, 1048747751, 7519252606, 54332565330, 395264527626, 2892666314150, 21281120904168, 157299607827727, 1167582500757800, 8699515577902203 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

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

Let A(x)^m = Sum_{n>=0} a(n,m)*x^n then

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

PROG

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

CROSSREFS

Cf. A161797, A161799.

Sequence in context: A036726 A020053 A114194 * A134091 A183166 A032331

Adjacent sequences:  A161795 A161796 A161797 * A161799 A161800 A161801

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 19 2009

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 06:27 EST 2012. Contains 205860 sequences.