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!)
A323319 G.f. A(x) satisfies: 1 = Sum_{n>=0} ( (1+x)^n - 17*x*A(x) )^n * 8^n / 9^(n+1). 9
1, 152, 87760, 85439240, 113151839104, 186152435786240, 362548564958149696, 811847325733606058048, 2049967057729258844550208, 5756221555712461523954507264, 17785396518936498493080842349568, 59963943179536216027803213130483712, 219093913413498532617018883655015864320, 862506026576114820987041351988191302565888, 3640101913203153345185251232178995247004487680, 16397805545827151302219567488776238270687543337472 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f. A(x) satisfies the following identities.
(1) 1 = Sum_{n>=0} ( (1+x)^n - 17*x*A(x) )^n * 8^n / 9^(n+1).
(2) 1 = Sum_{n>=0} (1+x)^(n^2) * 8^n / (9 + 136*x*A(x)*(1+x)^n)^(n+1).
EXAMPLE
G.f.: A(x) = 1 + 152*x + 87760*x^2 + 85439240*x^3 + 113151839104*x^4 + 186152435786240*x^5 + 362548564958149696*x^6 + 811847325733606058048*x^7 + ...
such that
1 = 1/9 + ((1+x) - 17*x*A(x))*8/9^2 + ((1+x)^2 - 17*x*A(x))^2*8^2/9^3 + ((1+x)^3 - 17*x*A(x))^3*8^3/9^4 + ((1+x)^4 - 17*x*A(x))^4*8^4/9^5 + ...
Also,
1 = 1/(9 + 136*x*A(x)) + (1+x)*8/(9 + 136*x*A(x)*(1+x))^2 + (1+x)^4*8^2/(9 + 136*x*A(x)*(1+x)^2)^3 + (1+x)^9*8^3/(9 + 136*x*A(x)*(1+x)^3)^4 + ...
PROG
(PARI) \p120
{A=vector(1); A[1]=1; for(i=1, 20, A = concat(A, 0);
A[#A] = round( Vec( sum(n=0, 2200, ( (1+x +x*O(x^#A))^n - 17*x*Ser(A) )^n * 8^n/9^(n+1)*1.)/136 ) )[#A+1]); A}
CROSSREFS
Sequence in context: A265861 A208484 A335091 * A157881 A370312 A099117
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 10 2019
STATUS
approved

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 April 16 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)