The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110828 G.f.: square root of weight enumerator of [128,8,64] Reed-Muller code RM(1,7). 0
1, 127, -8064, 1024128, -162578304, 28906012800, -5506514149248, 1098926377492608, -226787489583693696, 48002619344296837248, -10363606765190978576256, 2273363554859188811800704, -505247277362380820188774272, 113523427964612752606407049344, -25745094719113893095451450367872 (list; graph; refs; listen; history; text; internal format)
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
Cf. A110827.
Sequence in context: A005464 A160898 A140477 * A286790 A022189 A121618
KEYWORD
sign
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 7 12:02 EDT 2024. Contains 373173 sequences. (Running on oeis4.)