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!)
A277303 G.f. satisfies: A(x - 4*A(x)^2) = x + A(x)^2. 13
1, 5, 90, 2425, 80630, 3065810, 128271540, 5774538945, 275743894750, 13832116773110, 723891526915820, 39323723086794730, 2208811824884144540, 127904686371063157700, 7617441454740093233000, 465691699545009287055825, 29179499379365501297165550, 1871486497257264286902367950, 122731222232573572625823907900, 8222122259910817121846641763950, 562251437460415648354364719018900 (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( x/5 + 4*A(x)/5 )^2.
(2) A(x) = -x/4 + 5/4 * Series_Reversion(x - 4*A(x)^2).
(3) R(x) = -4*x + 5 * Series_Reversion(x + A(x)^2), where R(A(x)) = x.
(4) R( sqrt( x/5 - R(x)/5 ) ) = 4*x/5 + R(x)/5, where R(A(x)) = x.
a(n) = Sum_{k=0..n-1} A277295(n,k) * 4^k * 5^(n-k-1).
EXAMPLE
G.f.: A(x) = x + 5*x^2 + 90*x^3 + 2425*x^4 + 80630*x^5 + 3065810*x^6 + 128271540*x^7 + 5774538945*x^8 + 275743894750*x^9 + 13832116773110*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 - 4*F^2) - F^2, #A) ); A[n]}
for(n=1, 30, print1(a(n), ", "))
CROSSREFS
Cf. A276364.
Sequence in context: A301359 A352590 A037297 * A361551 A323570 A295766
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 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)