VOOZH
about
URL: https://oeis.org/A155813
⇱ A155813 - OEIS
login
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
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,2
LINKS
Table of n, a(n) for n=0..9.
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
A393216
A178023
Adjacent sequences:
A155810
A155811
A155812
*
A155814
A155815
A155816
KEYWORD
nonn
AUTHOR
Paul D. Hanna
, Feb 04 2009
STATUS
approved