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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100327 Row sums of triangle A100326, in which row n equals the inverse binomial of column n of square array A100324. 3
1, 2, 8, 42, 252, 1636, 11188, 79386, 579020, 4314300, 32697920, 251284292, 1953579240, 15336931928, 121416356108, 968187827834, 7769449728780, 62696580696172, 508451657412496, 4141712433518956, 33872033298518728 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Self-convolution yields A100328, which equals column 1 of triangle A100326 (omitting leading zero).

FORMULA

G.f. A(x) = (1+G003169(x))/(1-G003169(x)), also A(x)^2 = (1+G003169(x))*G003169(x), where G003169(x) is the g.f. of A003169. a(0)=1, a(n) = 2*A003168(n) for n>0; a(n) = Sum_{k=1..n} 2*binomial(n, k)*binomial(2n+k, k-1)/n for n>0.

PROG

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

CROSSREFS

Cf. A003168, A003169, A100326.

Sequence in context: A129277 A120916 A133417 * A018934 A107588 A013999

Adjacent sequences:  A100324 A100325 A100326 * A100328 A100329 A100330

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 17 2004

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 17 19:13 EST 2012. Contains 206085 sequences.