Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121674
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121674 a(n) = [x^n] (1 + x*(1+x)^n )^n. +0
3
1, 1, 5, 28, 233, 2376, 28102, 379016, 5707025, 94439440, 1699067321, 32951077193, 684009742319, 15110032165151, 353485501643471, 8721374385748256, 226128389777924385, 6142306518887606112, 174311816444805024379 (list; graph; listen)
OFFSET

0,3

FORMULA

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

EXAMPLE

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

(1 + x*(1+x)^4 )^4 = 1 + 4*x + 22*x^2 + 76*x^3 + 233*x^4 +...

PROGRAM

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

CROSSREFS

Cf. variants: A121673, A121675-A121680.

Sequence in context: A107875 A038172 A000530 this_sequence A116977 A062796 A023887

Adjacent sequences: A121671 A121672 A121673 this_sequence A121675 A121676 A121677

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 6 09:40 EDT 2008. Contains 143480 sequences.


AT&T Labs Research