login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121673 a(n) = [x^n] (1 + x*(1+x)^(n-1) )^n. 8
1, 1, 3, 16, 131, 1306, 15257, 203967, 3047907, 50115310, 896746169, 17308420306, 357767229778, 7872926416538, 183537476164902, 4513828442107368, 116688468769638435, 3160881019508153238, 89471871451166037425 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

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

EXAMPLE

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

(1 + x*(1+x)^3 )^4 = 1 + 4*x + 18*x^2 + 52*x^3 + 131*x^4 +...

PROG

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

CROSSREFS

Cf. variants: A121674-A121680.

Sequence in context: A135752 A120021 A131490 * A051921 A023998 A179119

Adjacent sequences:  A121670 A121671 A121672 * A121674 A121675 A121676

KEYWORD

nonn

AUTHOR

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 11:36 EST 2012. Contains 205623 sequences.