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.

Showing 1-2 of 2 results.

A231916 Primes p such that 16*p^2 + 10*p + 1 divides 2^p - 1.

Original entry on oeis.org

11, 179, 239, 431, 5231, 7079, 7211, 13451, 14879, 17939, 26111, 28019, 28499, 30851, 36479, 39779, 40559, 43391, 44699, 45179, 48731, 49919, 50411, 66791, 68111, 74099, 74699, 79151, 79811, 83459, 87299, 96731, 96779, 101399, 102551, 103391, 111959, 116411
Offset: 1

Views

Author

Arkadiusz Wesolowski, Nov 15 2013

Keywords

Crossrefs

Subsequence of A002515 and of A231917. Supersequence of A231918.

Programs

  • Mathematica
    Select[Prime@Range[10996], PowerMod[2, #, 16*#^2 + 10*# + 1] == 1 &]

A231917 Numbers n such that 16*n^2 + 10*n + 1 divides 2^n - 1.

Original entry on oeis.org

0, 11, 75, 156, 179, 215, 216, 239, 371, 431, 504, 551, 564, 624, 651, 711, 936, 999, 1040, 1076, 1296, 1304, 1416, 1680, 1884, 1911, 2079, 2324, 2615, 2696, 3176, 3224, 3236, 3500, 3696, 3780, 3879, 4040, 4044, 4215, 4340, 4368, 4431, 4599, 4604, 4859, 5019
Offset: 1

Views

Author

Arkadiusz Wesolowski, Nov 15 2013

Keywords

Comments

The prime numbers of this sequence are in A231916.

Crossrefs

Subsequence of A081858. Supersequence of A231916.

Programs

  • Mathematica
    Prepend[Select[Range[5019], PowerMod[2, #, 16*#^2 + 10*# + 1] == 1 &], 0]
Showing 1-2 of 2 results.