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.
%I A352494 #12 Mar 29 2022 07:52:26 %S A352494 11,23,43,67,89,109,131,197,199,241,263,307,331,353,373,397,419,439, %T A352494 461,463,571,593,617,659,661,683,727,769,857,859,881,947,967,991,1013, %U A352494 1033,1123,1187,1231,1277,1297,1319,1321,1409,1429,1451,1453,1583,1607,1627,1693,1759,1783,1847,1871,1913,1979,2003,2069 %N A352494 Primes congruent to 0, 1, or 10 mod 11. %C A352494 Possible prime factors of x^5 + x^4 - 4x^3 - 3x^2 + 3x + 1. %F A352494 a(n) ~ 5n log n. - _Charles R Greathouse IV_, Mar 18 2022 %t A352494 Select[Prime[Range[300]], MemberQ[{0, 1, 10}, Mod[#, 11]] &] (* _Amiram Eldar_, Mar 18 2022 *) %Y A352494 Primes that are 0 or +-1 mod p: A000040 (2, 3), A038872 (5), A045463 (7), this sequence (11). %Y A352494 Cf. A141849 (subsequence), A141857 (subsequence). %K A352494 nonn,easy %O A352494 1,1 %A A352494 _Charles R Greathouse IV_, Mar 18 2022