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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121675 a(n) = [x^n] (1 + x*(1+x)^(n+1) )^n. 3
1, 1, 7, 43, 371, 3926, 47622, 654151, 9999523, 167557174, 3046387103, 59616689595, 1247357472869, 27747682830531, 653192297754076, 16206706672425167, 422358302959175123, 11526119161103900834 (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)^5 )^4 = 371, since

(1 + x*(1+x)^5 )^4 = 1 + 4*x + 26*x^2 + 104*x^3 + 371*x^4 +...

PROG

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

CROSSREFS

Cf. variants: A121673, A121674, A121676-A121680.

Sequence in context: A193705 A164775 A127999 * A204733 A195230 A023316

Adjacent sequences:  A121672 A121673 A121674 * A121676 A121677 A121678

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 16 02:30 EST 2012. Contains 205860 sequences.