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

A155813
a(n) = [x^(n+1)*y] exp( Sum_{m>=1} (3^m + y)^m * x^m/m ), in which the coefficients of x^n*y^k are integer for n>=k>=0.
1
1, 12, 801, 540720, 3499254081, 206071208583660, 109444624780070083617, 523382147212408702381556928, 22528830325874782877760713232652641, 8728012905287889947187989190298586968026540
OFFSET
0,2
FORMULA
Column 1 of triangle A155812.
PROG
(PARI) {a(n)=polcoeff(polcoeff(exp(sum(m=1, n+1, (3^m+y)^m*x^m/m)+x*O(x^(n+1))), n+1, x), 1, y)}
CROSSREFS
Cf. A155812.
Sequence in context: A285150 A221289 A341562 * A220119 A178023 A305935
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 04 2009
STATUS
approved