cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A093665 Numbers k that divide 2^(k^3) + 1.

Original entry on oeis.org

1, 3, 9, 27, 57, 81, 171, 243, 513, 729, 1083, 1467, 1539, 2187, 3249, 4401, 4617, 6561, 9747, 13131, 13203, 13851, 19683, 20577, 27873, 29241, 32547, 39393, 39609, 41553, 59049, 61731, 83619, 87723, 97641, 118179, 118827, 124659, 177147, 185193
Offset: 1

Views

Author

Robert G. Wilson v, Apr 03 2004

Keywords

Crossrefs

Programs

  • Mathematica
    Select[ Range[ 249488], PowerMod[2, #^3, # ] == # - 1 &]