Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A161797
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A161797 G.f. satisfies: A(x) = 1/(1 - x/(1 - x*A(x))^3). +0
3
1, 1, 4, 16, 71, 336, 1660, 8464, 44207, 235306, 1271807, 6961307, 38508659, 214950425, 1209170536, 6848080767, 39014400171, 223439516338, 1285660965508, 7428738358924, 43087099589998, 250766507928988, 1464026402082801 (list; graph; listen)
OFFSET

0,3

FORMULA

a(n) = Sum_{k=0..n} C(n,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(n+m-1,k)*m/(n-k+m) * C(n+2*k-1,n-k).

G.f.: A(x) = (1/x)*serreverse[x/(1 + x/(1 - x)^3)].

PROGRAM

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

CROSSREFS

Cf. A109081.

Sequence in context: A133789 A151244 A091354 this_sequence A124533 A158784 A013991

Adjacent sequences: A161794 A161795 A161796 this_sequence A161798 A161799 A161800

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 5 23:38 EST 2009. Contains 170428 sequences.


AT&T Labs Research