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.

A141196 Primes of the form 16k+13.

This page as a plain text file.
%I A141196 #16 Aug 31 2019 11:22:51
%S A141196 13,29,61,109,157,173,269,317,349,397,461,509,541,557,653,701,733,797,
%T A141196 829,877,941,1021,1069,1117,1181,1213,1229,1277,1373,1453,1549,1597,
%U A141196 1613,1693,1709,1741,1789,1901,1933,1949,1997,2029,2141,2221,2237,2269
%N A141196 Primes of the form 16k+13.
%C A141196 Which sequence, this or A141194, produces more primes? The race is very close. For example, A141194(1000)=80599 and A141196(1000)=80909, a difference of just 32 primes after a thousand terms. - _Art Baker_, Aug 07 2019
%H A141196 T. D. Noe, <a href="/A141196/b141196.txt">Table of n, a(n) for n=1..1000</a>
%t A141196 lst={};Do[If[PrimeQ[p=16*n+13],AppendTo[lst,p]],{n,0,5!}];lst (* _Vladimir Joseph Stephan Orlovsky_, Jan 28 2009 *)
%Y A141196 Cf. A094407, A091968, A127589, A141194, A105126, A141195, A127576.
%K A141196 nonn
%O A141196 1,1
%A A141196 _T. D. Noe_, Jun 12 2008