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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097189 Row sums of triangle A097186, in which the n-th row polynomial R_n(y) is formed from the initial (n+1) terms of g.f. A057083(y)^(n+1), where R_n(1/3) = 3^n for all n>=0. 1
1, 7, 55, 451, 3781, 32131, 275563, 2378971, 20640907, 179791327, 1571002291, 13762897435, 120832716655, 1062818450155, 9363143224315, 82600459304203, 729572125425661, 6450872644562491, 57092964352312951, 505729048454449651 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

G.f.: A(x) = 3/((1-9*x) + 2*(1-9*x)^(2/3)). G.f.: A(x) = A004988(x)/(1 - x*A097188(x)).

a(n)=sum(m=1..n-1, sum(k=1..n-m, binomial(k,n-m-k)*(-3)^(k)*binomial(k+n-1,n-1)))+1; [From Vladimir Kruchinin, May 31 2011]

PROG

(PARI) a(n)=polcoeff(3/((1-9*x)+2*(1-9*x+x*O(x^n))^(2/3)), n, x)

(Maxima)

a(n):=sum(sum(binomial(k, n-m-k)*(-3)^(k)*binomial(k+n-1, n-1), k, 1, n-m), m, 1, n-1)+1; [From Vladimir Kruchinin, May 31 2011]

CROSSREFS

Cf. A097186, A057083, A004988, A097188.

Sequence in context: A070997 A122372 A083068 * A049028 A096951 A113714

Adjacent sequences:  A097186 A097187 A097188 * A097190 A097191 A097192

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 03 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 16 15:27 EST 2012. Contains 205930 sequences.