Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121680
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121680 a(n) = [x^n] (1 + x*(1+x)^(n+1) )^(n+1). +0
9
1, 2, 12, 76, 655, 6816, 81690, 1109816, 16782399, 278438740, 5016899833, 97368894756, 2021749249403, 44658312247290, 1044437050070340, 25757381769393392, 667470006331599523, 18119105978249333988 (list; graph; listen)
OFFSET

0,2

COMMENT

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

FORMULA

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

EXAMPLE

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

(1 + x*(1+x)^5 )^5 = 1 + 5*x + 35*x^2 + 160*x^3 + 655*x^4 +...

PROGRAM

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

CROSSREFS

Cf. A121681; variants: A121673-A121679.

Sequence in context: A052875 A037725 A037620 this_sequence A081014 A062871 A107632

Adjacent sequences: A121677 A121678 A121679 this_sequence A121681 A121682 A121683

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 September 7 15:23 EDT 2008. Contains 143483 sequences.


AT&T Labs Research