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!)
A277302 G.f. satisfies: A(x - 3*A(x)^2) = x + 2*A(x)^2. 13
1, 5, 80, 1900, 55490, 1848660, 67630080, 2657251005, 110560510400, 4824793769260, 219334788340040, 10334817935549420, 502814686712631520, 25184673137026274600, 1295595210394570426800, 68326193725188929358600, 3688253200687778850553800, 203524353764195058692833200, 11468618360097679305600299400, 659345494779348103800864088800, 38644445208422874351089132287200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f. A(x) also satisfies:
(1) A(x) = x + 5 * A( 2*x/5 + 3*A(x)/5 )^2.
(2) A(x) = -2*x/3 + 5/3 * Series_Reversion(x - 3*A(x)^2).
(3) R(x) = -3*x/2 + 5/2 * Series_Reversion(x + 2*A(x)^2), where R(A(x)) = x.
(4) R( sqrt( x/5 - R(x)/5 ) ) = 3*x/5 + 2*R(x)/5, where R(A(x)) = x.
a(n) = Sum_{k=0..n-1} A277295(n,k) * 3^k * 5^(n-k-1).
EXAMPLE
G.f.: A(x) = x + 5*x^2 + 80*x^3 + 1900*x^4 + 55490*x^5 + 1848660*x^6 + 67630080*x^7 + 2657251005*x^8 + 110560510400*x^9 + 4824793769260*x^10 +...
PROG
(PARI) {a(n) = my(A=[1], F=x); for(i=1, n, A=concat(A, 0); F=x*Ser(A); A[#A] = -polcoeff(subst(F, x, x - 3*F^2) - 2*F^2, #A) ); A[n]}
for(n=1, 30, print1(a(n), ", "))
CROSSREFS
Cf. A276364.
Sequence in context: A269792 A144344 A062364 * A189443 A275091 A275347
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 09 2016
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)