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”).

A158095
G.f.: A(x) = exp( Sum_{n>=1} 2*sigma(n,n-1)*x^n/n ).
3
1, 2, 5, 14, 61, 370, 3454, 40880, 614346, 10848514, 222870183, 5175100204, 134514302384, 3859406052466, 121274242936381, 4139268759072626, 152532132931199062, 6034430112251517608, 255114747410233804986
OFFSET
0,2
EXAMPLE
G.f.: A(x) = 1 + 2*x + 5*x^2 + 14*x^3 + 61*x^4 + 370*x^5 +...
PROG
(PARI) a(n)=polcoeff(exp(sum(m=1, n, 2*sigma(m, m-1)*x^m/m)+x*O(x^n)), n)
CROSSREFS
Sequence in context: A006847 A008286 A049082 * A227365 A059958 A102019
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 20 2009
STATUS
approved