login
A107958
a(n) = term at position 2^n in A107957.
1
1, 3, 11, 52, 331, 2949, 38069, 733817, 21670554, 1001901607, 73852354365, 8813580443406, 1725174170633694
OFFSET
0,2
COMMENTS
Also terms at positions 2^(n+1) - 1 of A107947, where A107947 equals the first differences of A107957.
FORMULA
a(n) = A107957(2^n). a(n) = A107947(2^(n+1) - 1).
PROG
(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])}
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 29 2005
STATUS
approved