The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097194 Row sums of triangle A097190, in which the n-th row polynomial R_n(y) is formed from the initial (n+1) terms of g.f. A097191(y)^(n+1), where R_n(1/3) = 9^n for all n>=0. 2

%I #8 Sep 08 2022 08:45:14

%S 1,25,649,17065,451621,11998801,319623445,8530126057,227974775239,

%T 6099550226965,163340461497907,4377292845062689,117376545230379631,

%U 3149059523347103293,84522568856319875179,2269506752111508954553

%N Row sums of triangle A097190, in which the n-th row polynomial R_n(y) is formed from the initial (n+1) terms of g.f. A097191(y)^(n+1), where R_n(1/3) = 9^n for all n>=0.

%H G. C. Greubel, <a href="/A097194/b097194.txt">Table of n, a(n) for n = 0..690</a>

%F G.f.: A(x) = 3/((1-27*x) + 2*(1-27*x)^(8/9)).

%F G.f.: A(x, y) = A097192(x)/(1 - x*A097193(x)).

%p seq(coeff(series(3/((1-27*x) +2*(1-27*x)^(8/9)), x, n+1), x, n), n = 0 ..20); # _G. C. Greubel_, Sep 17 2019

%t CoefficientList[Series[3/((1-27*x) +2*(1-27*x)^(8/9)), {x,0,20}], x] (* _G. C. Greubel_, Sep 17 2019 *)

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

%o (Magma) R<x>:=PowerSeriesRing(Rationals(), 20); Coefficients(R!( 3/((1-27*x) +2*(1-27*x)^(8/9)) )); // _G. C. Greubel_, Sep 17 2019

%o (Sage)

%o def A097194_list(prec):

%o P.<x> = PowerSeriesRing(QQ, prec)

%o return P(3/((1-27*x) +2*(1-27*x)^(8/9))).list()

%o A097194_list(20) # _G. C. Greubel_, Sep 17 2019

%Y Cf. A097190.

%K nonn

%O 0,2

%A _Paul D. Hanna_, Aug 03 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 31 23:52 EDT 2024. Contains 373008 sequences. (Running on oeis4.)