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.

A113510 Numbers k such that 29*k + 2 is prime.

This page as a plain text file.
%I A113510 #12 Jun 13 2017 10:14:17
%S A113510 0,1,3,9,13,25,43,45,49,51,55,69,79,81,85,93,109,111,121,135,141,163,
%T A113510 165,169,175,183,189,195,211,219,223,231,241,265,273,279,283,301,309,
%U A113510 315,321,331,339,343,345,351,363,379,393,403,409,415,421,423,441,445
%N A113510 Numbers k such that 29*k + 2 is prime.
%H A113510 G. C. Greubel, <a href="/A113510/b113510.txt">Table of n, a(n) for n = 1..1000</a>
%e A113510 If k=93 then 29*k + 2 = 2699 (prime).
%t A113510 Select[Range[0, 458], PrimeQ[29# + 2] &] (* _Robert G. Wilson v_ *)
%o A113510 (PARI) is(n)=isprime(29*n+2) \\ _Charles R Greathouse IV_, Jun 13 2017
%Y A113510 Cf. A113488, A113487.
%K A113510 nonn
%O A113510 1,3
%A A113510 _Parthasarathy Nambi_, Jan 11 2006
%E A113510 More terms from _Robert G. Wilson v_ and Jared M. Mazzant (jmm765(AT)psu.edu), Jan 16 2006