login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A176310
G.f.: exp( Sum_{n>=1} sigma(n*2^n)*x^n/n ).
4
1, 3, 12, 47, 157, 531, 1741, 5459, 16814, 51286, 152506, 447622, 1300571, 3721897, 10551143, 29663448, 82494469, 227701487, 624113377, 1697228926, 4586879327, 12323255188, 32904418872, 87395198231, 230972180615, 607363842960
OFFSET
0,2
FORMULA
The logarithmic derivative is A176311.
PROG
(PARI) {a(n)=polcoeff(exp(sum(k=1, n, sigma(k*2^k)*x^k/k)+x*O(x^n)), n)}
CROSSREFS
Cf. A176311, A000203 (sigma).
Sequence in context: A344684 A216946 A303191 * A368030 A077829 A088132
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Apr 15 2010
STATUS
approved