Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121678
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121678 a(n) = [x^n] (1 + x*(1+x)^n )^(n+1). +0
4
1, 2, 9, 52, 425, 4236, 49294, 655096, 9731313, 159114880, 2832245911, 54400757016, 1119436524947, 24532373640334, 569732648555295, 13962373137304496, 359767723241891425, 9715902692094061488 (list; graph; listen)
OFFSET

0,2

COMMENT

a(n) is divisible by (n+1): a(n)/(n+1) = A121679(n).

FORMULA

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

EXAMPLE

At n=5, a(5) = [x^5] (1 + x*(1+x)^5)^6 = 4236, since

(1+x*(1+x)^5)^6 = 1 + 6*x + 45*x^2 + 230*x^3 + 1050*x^4 + 4236*x^5 +...

PROGRAM

(PARI) a(n)=sum(k=0, n+1, binomial(n+1, k)*binomial(n*k, n-k))

CROSSREFS

Cf. A121679; variants: A121673-A121676, A121680.

Sequence in context: A143922 A110322 A161631 this_sequence A124347 A080146 A074602

Adjacent sequences: A121675 A121676 A121677 this_sequence A121679 A121680 A121681

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 15 2006

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research