login

Revision History for A184575

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
G.f.: A(x) = 1+x*(1+x*(1+x*(...(1+x*(...)^(3^n) )...)^27)^9)^3.
(history; published version)
#6 by Russ Cox at Fri Mar 30 18:37:25 EDT 2012
AUTHOR

_Paul D. Hanna (pauldhanna(AT)juno.com), _, Jan 17 2011

Discussion
Fri Mar 30
18:37
OEIS Server: https://oeis.org/edit/global/213
#5 by T. D. Noe at Mon Jan 17 19:54:16 EST 2011
STATUS

proposed

approved

#4 by Paul D. Hanna at Mon Jan 17 12:22:13 EST 2011
NAME

G.f.: A(x) = 1 + x*(1 + x*(1 + x*(...(1 + x*(...)^(3^n) )...)^27)^9)^3.

COMMENTS

Limit a(n)/3^[n(n-1)/2] = 1.361839192264541770366149558100...

EXAMPLE

G.f.: A(x) = 1 + x + 3*x^2 + 30*x^3 + 892*x^4 + 76554*x^5 +...

PROG

(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(j=0, n-1, A=1+x*A^(3^(n-j))); polcoeff(A, n)}

CROSSREFS
#3 by Paul D. Hanna at Mon Jan 17 12:18:19 EST 2011
NAME

allocated for Paul D. Hanna

G.f.: A(x) = 1 + x*(1 + x*(1 + x*(...(1 + x*(...)^(3^n) )...)^27)^9)^3.

DATA

1, 1, 3, 30, 892, 76554, 19138212, 14126533902, 31053145918644, 204151364083796877, 4021430292908836847748, 237530957105884844479669995, 42082478775006270167542801189164, 22365250673182738144111737076795384386

OFFSET

0,3

COMMENTS

Limit a(n)/3^[n(n-1)/2] = 1.361839192264541770366149558100...

EXAMPLE

G.f.: A(x) = 1 + x + 3*x^2 + 30*x^3 + 892*x^4 + 76554*x^5 +...

Related functions are defined by:

A(x) = 1 + x*B(x)^3;

B(x) = 1 + x*C(x)^9;

C(x) = 1 + x*D(x)^27;

D(x) = 1 + x*E(x)^81;

E(x) = 1 + x*F(x)^243; ...

where the coefficients in the above functions begin:

B=[1,1,9,279,24870,6324282,4695640434,10341522771762,...];

C=[1,1,27,2538,678708,515666952,1144737153180,7549554318496218,...];

D=[1,1,81,22923,18390510,41861447352,278471836036890,...];

E=[1,1,243,206550,497133612,3393278306694,67693048457727060,...];

F=[1,1,729,1859679,13427919990,274923122390262,16451387497191947778,...].

PROG

(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(j=0, n-1, A=1+x*A^(3^(n-j))); polcoeff(A, n)}

CROSSREFS
KEYWORD

allocated

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 17 2011

STATUS

approved

proposed

#2 by Paul D. Hanna at Mon Jan 17 12:15:52 EST 2011
KEYWORD

allocating

allocated

#1 by Paul D. Hanna at Mon Jan 17 12:15:52 EST 2011
NAME

allocated for Paul D. Hanna

KEYWORD

allocating

STATUS

approved