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

A168591
a(n) = sum of the n-th power of the trinomial coefficients in row n of triangle A027907.
1
1, 3, 19, 831, 281907, 764206503, 16955359883149, 3120135986465328015, 4819828380706011142058787, 63004580363300194268932114354503, 7017256966823394610075464951176481843849
OFFSET
0,2
FORMULA
Ignoring initial term, equals the logarithmic derivative of A168590.
PROG
(PARI) a(n)=sum(k=0, 2*n, polcoeff((1+x+x^2)^n, k)^n)
CROSSREFS
Sequence in context: A107706 A373626 A330040 * A290119 A319190 A350121
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 01 2009
STATUS
approved