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.

A015937 Positive integers n such that 2^n == 2^12 (mod n).

Original entry on oeis.org

1, 2, 4, 6, 8, 12, 16, 18, 20, 22, 23, 24, 32, 36, 40, 42, 48, 60, 62, 64, 68, 72, 80, 84, 89, 96, 120, 126, 128, 132, 144, 156, 160, 168, 180, 192, 204, 228, 240, 252, 256, 276, 288, 312, 320, 336, 340, 348, 352, 360, 372, 384, 420, 444, 462
Offset: 1

Views

Author

Keywords

Comments

The odd terms are given by A215613.
For all m, 2^A051446(m)-1 belongs to this sequence.

Crossrefs

Programs

  • Mathematica
    With[{c=2^12},Select[Range[1,6000],Divisible[2^#-c,#]&]] (* Harvey P. Dale, Mar 20 2011 *)

Extensions

Edited by Max Alekseyev, Jul 31 2011