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!)
A195260 G.f.: A(x) = 1 + Sum_{n>=1} x^n*A(x)^(3^n). 1
1, 1, 4, 25, 200, 1948, 23293, 366698, 8669713, 354287410, 26296911212, 3452678049185, 778932197922145, 297680194679224221, 192063113715788790619, 208413189299565620902495, 381159431868835826320370849, 1171978295935406653806412222411 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 4*x^2 + 25*x^3 + 200*x^4 + 1948*x^5 + 23293*x^6 +...
where
A(x) = 1 + x*A(x)^3 + x^2*A(x)^9 + x^3*A(x)^27 + x^4*A(x)^81 +...
Related expansions begin:
A(x)^3 = 1 + 3*x + 15*x^2 + 100*x^3 + 810*x^4 + 7767*x^5 + 89506*x^6 +...
A(x)^9 = 1 + 9*x + 72*x^2 + 597*x^3 + 5310*x^4 + 51606*x^5 + 563469*x^6 +...
A(x)^27 = 1 + 27*x + 459*x^2 + 6408*x^3 + 81216*x^4 + 984501*x^5 + 11824992*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))); polcoeff(A, n)}
CROSSREFS
Sequence in context: A215505 A182304 A060910 * A254796 A347585 A088159
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 18 10:40 EDT 2024. Contains 371779 sequences. (Running on oeis4.)