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!)
A359724 a(n) = coefficient of x^n in the power series A(x) such that: x = Sum_{n=-oo..+oo} (-1)^n * x^n * (4 + x^n)^n * A(x)^n. 3
1, 1, 9, 40, 235, 1456, 8323, 51510, 324674, 2061746, 13308492, 86876405, 572169044, 3799139674, 25403610485, 170901457100, 1155976005944, 7856772779823, 53630378512469, 367507023955203, 2527254094342404, 17435029150904202, 120633291776867632, 836907189915348056 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Related identity: 0 = Sum_{n=-oo..+oo} x^n * (y - x^n)^n, which holds formally for all y.
LINKS
FORMULA
G.f. A(x) = Sum_{n>=0} a(n)*x^n satisfies the following.
(1) x = Sum_{n=-oo..+oo} (-1)^n * x^n * (4 + x^n)^n * A(x)^n.
(2) x = Sum_{n=-oo..+oo} (-1)^n * x^(n*(n-1)) / ((1 + 4*x^n)^n * A(x)^n).
(3) a(n) = Sum_{k=0..floor(2*n/3)} A359720(n,k)*4^k, for n >= 0.
EXAMPLE
G.f.: A(x) = 1 + x + 9*x^2 + 40*x^3 + 235*x^4 + 1456*x^5 + 8323*x^6 + 51510*x^7 + 324674*x^8 + 2061746*x^9 + 13308492*x^10 + 86876405*x^11 + 572169044*x^12 + ...
PROG
(PARI) {a(n) = my(A=[1]); for(i=1, n, A=concat(A, 0);
A[#A] = polcoeff(x - sum(n=-#A-1, #A+1, (-1)^n * x^n * (4 + x^n +x*O(x^#A) )^n * Ser(A)^n ), #A-1) ); A[n+1]}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A026629 A243718 A086349 * A026651 A129799 A357552
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 11 2023
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 May 1 10:38 EDT 2024. Contains 372163 sequences. (Running on oeis4.)