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.

A352494 Primes congruent to 0, 1, or 10 mod 11.

Original entry on oeis.org

11, 23, 43, 67, 89, 109, 131, 197, 199, 241, 263, 307, 331, 353, 373, 397, 419, 439, 461, 463, 571, 593, 617, 659, 661, 683, 727, 769, 857, 859, 881, 947, 967, 991, 1013, 1033, 1123, 1187, 1231, 1277, 1297, 1319, 1321, 1409, 1429, 1451, 1453, 1583, 1607, 1627, 1693, 1759, 1783, 1847, 1871, 1913, 1979, 2003, 2069
Offset: 1

Views

Author

Keywords

Comments

Possible prime factors of x^5 + x^4 - 4x^3 - 3x^2 + 3x + 1.

Crossrefs

Primes that are 0 or +-1 mod p: A000040 (2, 3), A038872 (5), A045463 (7), this sequence (11).
Cf. A141849 (subsequence), A141857 (subsequence).

Programs

  • Mathematica
    Select[Prime[Range[300]], MemberQ[{0, 1, 10}, Mod[#, 11]] &] (* Amiram Eldar, Mar 18 2022 *)

Formula

a(n) ~ 5n log n. - Charles R Greathouse IV, Mar 18 2022