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!)
A120604 G.f. satisfies: 24*A(x) = 23 + 64*x + A(x)^8, starting with [1,4,28]. 2
1, 4, 28, 616, 15820, 453208, 13894552, 445970128, 14796844588, 503423385080, 17467725995720, 615756709476272, 21990183407958584, 793912445913712496, 28928560840589374640, 1062498482335560005024, 39293868860176487815916 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
See comments in A120588 for conditions needed for an integer sequence to satisfy a functional equation of the form: r*A(x) = c + b*x + A(x)^n.
LINKS
FORMULA
G.f.: A(x) = 1 + Series_Reversion((1+24*x - (1+x)^8)/64). Lagrange Inversion yields: G.f.: A(x) = Sum_{n>=0} C(8*n,n)/(7*n+1) * (23+64*x)^(7*n+1)/24^(8*n+1). - Paul D. Hanna, Jan 24 2008
a(n) ~ 4^(-1 + 3*n) * (-23 + 21*3^(1/7))^(1/2 - n) / (3^(3/7) * n^(3/2) * sqrt(7*Pi)). - Vaclav Kotesovec, Nov 28 2017
EXAMPLE
A(x) = 1 + 4*x + 28*x^2 + 616*x^3 + 15820*x^4 + 453208*x^5 +...
A(x)^8 = 1 + 32*x + 672*x^2 + 14784*x^3 + 379680*x^4 + 10876992*x^5 +...
MATHEMATICA
CoefficientList[1 + InverseSeries[Series[(1+24*x - (1+x)^8)/64, {x, 0, 20}], x], x] (* Vaclav Kotesovec, Nov 28 2017 *)
PROG
(PARI) {a(n)=local(A=1+4*x+28*x^2+x*O(x^n)); for(i=0, n, A=A+(-24*A+23+64*x+A^8)/16); polcoeff(A, n)}
CROSSREFS
Sequence in context: A134048 A091969 A101346 * A203279 A081792 A336622
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 16 2006
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 14 00:47 EDT 2024. Contains 372528 sequences. (Running on oeis4.)