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!)
A178909 Indices of perfect polynomials over GF(2). 2
1, 6, 36, 54, 120, 2470, 2640, 3144, 3780, 32640, 41280, 52632, 67184, 1098176, 1157904, 2147450880 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that k = A178908(k); sum of divisors of k-th GF(2) polynomial is the polynomial itself.
a(17) > 5*10^9. - Amiram Eldar, Oct 28 2019
LINKS
PROG
(PARI) isok(n) = my(s = vecsum(divisors(Mod(1, 2)*Pol(binary(n))))); subst(lift(s), x, 2) == n; \\ Michel Marcus, Jan 13 2019
CROSSREFS
Sequence in context: A008460 A132633 A047792 * A206982 A121026 A207694
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(14)-a(15) from Amiram Eldar, Jan 13 2019
a(16) from Amiram Eldar, Oct 28 2019
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 May 14 14:46 EDT 2024. Contains 372533 sequences. (Running on oeis4.)