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!)
A120977 G.f. satisfies: A(x) = 1 + x*A(x)^5*[A(x*A(x)^5)]^5. 4
1, 1, 10, 170, 3745, 96960, 2814752, 89221360, 3037327145, 109825686370, 4185287088735, 167139924222426, 6964610755602495, 301800832258018835, 13564159649547824735, 630916661388096564620, 30316241123672291911875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f. A(x) satisfies: A(x) = G(G(x)-1), A(G(x)-1) = G(A(x)-1), A(x) = G(x*A(x)^5) and A(x/G(x)^5) = G(x), where G(x) is the g.f. of A120976 and satisfies G(x/G(x)^5) = 1 + x.
PROG
(PARI) {a(n)=local(A, G=[1, 1]); for(i=1, n, G=concat(G, 0); G[ #G]=-Vec(subst(Ser(G), x, x/Ser(G)^5))[ #G]); A=Vec(((Ser(G)-1)/x)^(1/5)); A[n+1]}
CROSSREFS
Cf. A120976; variants: A120971, A120973, A120975.
Sequence in context: A203532 A325911 A246501 * A034830 A098345 A366299
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 20 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 April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)