OFFSET
0,4
COMMENTS
U_9(n), (comment in article): For each m >= 1, the sequence (U_m(N)), N >= 0 is P-recursive but is not algebraic when m > 2.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..200
Gilbert Labelle and Annie Lacasse, Closed paths whose steps are roots of unity, in FPSAC 2011, Reykjavik, Iceland DMTCS proc. AO, 2011, 599-610.
FORMULA
E.g.f.: ( Sum_{n>=0} x^(3*n)/n!^3 )^3. - Paul D. Hanna, Oct 30 2011
PROG
(PARI) {a(n)=n!*polcoeff(sum(m=0, n, x^(3*m)/m!^3+x*O(x^n))^3, n)} /* Paul D. Hanna, Oct 30 2011 */
CROSSREFS
KEYWORD
nonn
AUTHOR
Simon Plouffe, Oct 30 2011
EXTENSIONS
Terms a(21) and beyond from Andrew Howroyd, Nov 01 2018
STATUS
approved