Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A161798
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A161798 G.f. satisfies: A(x) = 1/(1 - x/(1 - x*A(x))^3)^2. +0
2
1, 2, 9, 46, 262, 1590, 10081, 65986, 442518, 3024772, 20996141, 147603198, 1048747751, 7519252606, 54332565330, 395264527626, 2892666314150, 21281120904168, 157299607827727, 1167582500757800, 8699515577902203 (list; graph; listen)
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).

PROGRAM

(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 this_sequence A134091 A032331 A049371

Adjacent sequences: A161795 A161796 A161797 this_sequence A161799 A161800 A161801

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 19 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 December 9 18:50 EST 2009. Contains 170568 sequences.


AT&T Labs Research