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!)
A195259 G.f.: A(x) = 1 + Sum_{n>=1} x^n*A(x)^(3^(n-1)). 1
1, 1, 2, 6, 25, 138, 1036, 11270, 194105, 5600367, 275058868, 22805688464, 3173290832407, 739292604671606, 288039050041591288, 188101949731185856592, 205677982188934721693289, 377993929252274297946197815, 1165828413037318706712871579130 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 2*x^2 + 6*x^3 + 25*x^4 + 138*x^5 + 1036*x^6 +...
where
A(x) = 1 + x*A(x) + x^2*A(x)^3 + x^3*A(x)^9 + x^4*A(x)^27 + x^5*A(x)^81 +...
Related expansions begin:
A(x)^3 = 1 + 3*x + 9*x^2 + 31*x^3 + 129*x^4 + 666*x^5 + 4499*x^6 +...
A(x)^9 = 1 + 9*x + 54*x^2 + 282*x^3 + 1431*x^4 + 7560*x^5 + 44568*x^6 +...
A(x)^27 = 1 + 27*x + 405*x^2 + 4491*x^3 + 41391*x^4 + 338580*x^5 + 2571669*x^6 +...
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(k=1, n, A=1+sum(j=1, n, x^j*A^(3^(j-1)))); polcoeff(A, n)}
CROSSREFS
Sequence in context: A197772 A135881 A007815 * A292748 A178087 A109286
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Sep 13 2011
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 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)