A107958 a(n) = term at position 2^n in A107957.
1, 3, 11, 52, 331, 2949, 38069, 733817, 21670554, 1001901607, 73852354365, 8813580443406, 1725174170633694
Offset: 0
Keywords
Programs
-
PARI
{a(n)=local(A=[1,2]);for(i=1,n, B=vector(#A,k,polcoeff(Ser(A)/(1-x),k-1)+A[2^#binary(#A-1)]); A=concat(A,B););sum(k=1,2^n,A[k])}
Comments