cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A184576 G.f.: A(x) = 1+x*(1+x*(1+x*(...(1+x*(...)^(4^n) )...)^64)^16)^4.

This page as a plain text file.
%I A184576 #7 Jun 30 2025 21:09:56
%S A184576 1,1,4,70,4772,1256737,1300189840,5343387957552,87635577037531120,
%T A184576 5745017883201162928720,1506152833843572741772875256,
%U A184576 1579354544764797425414872390884936,6624338541974058042578557252396267711144
%N A184576 G.f.: A(x) = 1+x*(1+x*(1+x*(...(1+x*(...)^(4^n) )...)^64)^16)^4.
%C A184576 Limit a(n)/4^[n(n-1)/2] = 1.2167020033386380312738338894882216...
%e A184576 G.f.: A(x) = 1 + x + 4*x^2 + 70*x^3 + 4772*x^4 + 1256737*x^5 +...
%e A184576 Related functions are defined by:
%e A184576 A(x) = 1 + x*B(x)^4;
%e A184576 B(x) = 1 + x*C(x)^16;
%e A184576 C(x) = 1 + x*D(x)^64;
%e A184576 D(x) = 1 + x*E(x)^256;
%e A184576 E(x) = 1 + x*F(x)^1024; ...
%e A184576 where the coefficients in the above functions begin:
%e A184576 B=[1,1,16,1144,310320,324057372,1334856912400,21904872061736520,...];
%e A184576 C=[1,1,64,18400,19940032,83109401072,1367783819781952,...];
%e A184576 D=[1,1,256,294784,1277438720,21285675278272,1400838812478999808,...];
%e A184576 E=[1,1,1024,4718080,81776520192,5449752029298432,1434517374576707974144,...];
%e A184576 F=[1,1,4096,75495424,5234024427520,1395176151497833472,...].
%o A184576 (PARI) {a(n)=local(A=1+x+x*O(x^n)); for(j=0, n-1, A=1+x*A^(4^(n-j))); polcoeff(A, n)}
%Y A184576 Cf. A120959, A184575, A184577.
%K A184576 nonn
%O A184576 0,3
%A A184576 _Paul D. Hanna_, Jan 17 2011