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.

A135985 Prime numbers of the form 24*p + 7 where p is prime.

This page as a plain text file.
%I A135985 #7 Oct 17 2018 02:14:50
%S A135985 79,127,271,463,751,991,1039,1279,1423,1471,1759,1999,2143,2719,3343,
%T A135985 3583,3631,3919,4159,4591,4639,4783,5503,5743,5791,7039,7951,8623,
%U A135985 9103,9199,9343,9631,10111,10399,10639,11071,11119,11503,12511
%N A135985 Prime numbers of the form 24*p + 7 where p is prime.
%H A135985 Robert Israel, <a href="/A135985/b135985.txt">Table of n, a(n) for n = 1..10000</a>
%p A135985 select(t -> isprime(t) and isprime((t-7)/24), [seq(p,p=7..20000,24)]); # _Robert Israel_, Oct 16 2018
%t A135985 a = {}; Do[If[PrimeQ[24(Prime[n]) + 7], AppendTo[a, 24(Prime[n]) + 7]], {n, 1, 100}]; a
%Y A135985 Cf. A107006, A124477, A135657, A135982, A135983, A135984.
%K A135985 nonn
%O A135985 1,1
%A A135985 _Artur Jasinski_, Dec 09 2007