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.

A142262 Primes congruent to 13 mod 43.

This page as a plain text file.
%I A142262 #17 Oct 01 2024 07:23:04
%S A142262 13,271,443,701,787,1217,1303,1733,2593,2851,3023,3109,3539,3797,4657,
%T A142262 5087,5431,5689,5861,7151,7237,7753,8011,8269,8527,8699,9043,9473,
%U A142262 9817,10247,10333,11279,12569,13171,13687,13859,14461,14633,14891,15149,15493,15923
%N A142262 Primes congruent to 13 mod 43.
%H A142262 Vincenzo Librandi, <a href="/A142262/b142262.txt">Table of n, a(n) for n = 1..1000</a>
%F A142262 a(n) ~ 42n log n. - _Charles R Greathouse IV_, Jul 03 2016
%t A142262 Select[Prime[Range[5000]],MemberQ[{13},Mod[#,43]]&] (* _Vincenzo Librandi_, Aug 25 2012 *)
%t A142262 Select[Range[13,16000,43],PrimeQ] (* _Harvey P. Dale_, Aug 05 2019 *)
%o A142262 (Magma) [p: p in PrimesUpTo(17000) | p mod 43 eq 13 ]; // _Vincenzo Librandi_, Aug 25 2012
%o A142262 (PARI) is(n)=isprime(n) && n%43==13 \\ _Charles R Greathouse IV_, Jul 03 2016
%Y A142262 Cf. A000040.
%K A142262 nonn,easy
%O A142262 1,1
%A A142262 _N. J. A. Sloane_, Jul 11 2008