OFFSET
0,2
LINKS
N. Heninger, E. M. Rains and N. J. A. Sloane, On the Integrality of n-th Roots of Generating Functions, arXiv:math/0509316 [math.NT], 2005-2006; J. Combinatorial Theory, Series A, 113 (2006), 1732-1745.
FORMULA
a(n) = (LegendreP(n,-127)+127*LegendreP(n-1,-127))/(1-n) for n>1 (guessed formula). - Mark van Hoeij, Apr 23 2010
PROG
(PARI) a(n) = if(n>1, (pollegendre(n, -127) + 127*pollegendre(n-1, -127))/(1-n), 126*n+1) \\ Charles R Greathouse IV, Mar 19 2017
CROSSREFS
KEYWORD
sign
AUTHOR
N. J. A. Sloane and Nadia Heninger Aug 18 2005
STATUS
approved