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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108292 Row sums of triangle A108290. 3
1, 3, 19, 195, 2751, 49413, 1079079, 27760323, 822299383, 27565191753, 1031671508495, 42643092165765, 1929325374428791, 94835735736471369, 5032700868665421519, 286770182910733076163, 17463186681730290301671 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n) = Sum_{k=0..n} A108267(n, k)*2^k.

PROG

(PARI) {a(n)=local(X=x+x*O(x^n)); sum(k=0, n, polcoeff(sum(j=0, n, binomial(n+n*j+j, n*j+j)*(x/(1+X))^j)/(1+X), k))} (PARI) {a(n)=sum(k=0, n, 2^k*polcoeff( (1-x)^(n+1)*sum(j=0, n, binomial(n+n*j+j, n*j+j)*x^j), k))}

CROSSREFS

Cf. A108267, A060543, A108290.

Sequence in context: A001517 A080893 A028854 * A053554 A048172 A079145

Adjacent sequences:  A108289 A108290 A108291 * A108293 A108294 A108295

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 31 2005

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 15 04:59 EST 2012. Contains 205694 sequences.