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!)
A120598 G.f. satisfies: 30*A(x) = 29 + 125*x + A(x)^5, starting with [1,5,10]. 2
1, 5, 10, 90, 825, 8445, 92820, 1066740, 12670635, 154308775, 1916370170, 24177471370, 309007779015, 3992428316835, 52059968802000, 684240882022800, 9055282215370050, 120563388411386850, 1613785688724362400 (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+30*x - (1+x)^5)/125). Lagrange Inversion yields: G.f.: A(x) = Sum_{n>=0} C(5*n,n)/(4*n+1) * (29+125*x)^(4*n+1)/30^(5*n+1). - Paul D. Hanna, Jan 24 2008
a(n) ~ 5^(-1/2 + 3*n) * (-29 + 24*6^(1/4))^(1/2 - n) / (2^(15/8) * 3^(3/8) * n^(3/2) * sqrt(Pi)). - Vaclav Kotesovec, Nov 28 2017
EXAMPLE
A(x) = 1 + 5*x + 10*x^2 + 90*x^3 + 825*x^4 + 8445*x^5 +...
A(x)^5 = 1 + 25*x + 300*x^2 + 2700*x^3 + 24750*x^4 + 253350*x^5 +...
MATHEMATICA
CoefficientList[1 + InverseSeries[Series[(1+30*x - (1+x)^5)/125, {x, 0, 20}], x], x] (* Vaclav Kotesovec, Nov 28 2017 *)
PROG
(PARI) {a(n)=local(A=1+5*x+10*x^2+x*O(x^n)); for(i=0, n, A=A+(-30*A+29+125*x+A^5)/25); polcoeff(A, n)}
CROSSREFS
Sequence in context: A111992 A325583 A344194 * A200983 A344140 A267042
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 July 23 10:38 EDT 2024. Contains 374547 sequences. (Running on oeis4.)