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.

A142485 Primes congruent to 14 mod 51.

This page as a plain text file.
%I A142485 #9 Sep 08 2022 08:45:36
%S A142485 167,269,677,881,983,1187,1289,1493,1697,1901,2003,2207,2309,2411,
%T A142485 2819,3023,3329,3533,4349,4451,5471,5573,5879,5981,6287,6389,6491,
%U A142485 6899,7001,7103,7307,7817,7919,8123,8429,8837,9041,9551,9857,10061,10163,10979,11489
%N A142485 Primes congruent to 14 mod 51.
%H A142485 Vincenzo Librandi, <a href="/A142485/b142485.txt">Table of n, a(n) for n = 1..1000</a>
%F A142485 a(n) ~ 32n log n. - _Charles R Greathouse IV_, Jul 03 2016
%t A142485 Select[Prime[Range[2400]], MemberQ[{14}, Mod[#, 51]] &] (* _Vincenzo Librandi_, Aug 28 2012 *)
%o A142485 (Magma) [p: p in PrimesUpTo(13000) | p mod 51 eq 14]; // _Vincenzo Librandi_, Aug 28 2012
%o A142485 (PARI) is(n)=isprime(n) && n%51==14 \\ _Charles R Greathouse IV_, Jul 03 2016
%Y A142485 Cf. A000040.
%K A142485 nonn,easy
%O A142485 1,1
%A A142485 _N. J. A. Sloane_, Jul 11 2008