OFFSET
0,3
COMMENTS
U_16(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^(2*n)/n!^2 )^8. - Paul D. Hanna, Oct 30 2011
E.g.f.: g(x)^8 where g(x) is the e.g.f. of A126869. - Andrew Howroyd, Nov 01 2018
PROG
(PARI) {a(n)=n!*polcoeff(sum(m=0, n, x^(2*m)/m!^2+x*O(x^n))^8, n)}
CROSSREFS
KEYWORD
nonn
AUTHOR
Simon Plouffe, Oct 30 2011
STATUS
approved