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.

A092402 Primes of the form p+8 where p is a prime.

This page as a plain text file.
%I A092402 #4 Jul 15 2012 04:21:06
%S A092402 11,13,19,31,37,61,67,79,97,109,139,157,181,199,241,271,277,367,397,
%T A092402 409,439,457,487,499,571,577,601,607,661,691,709,727,751,769,829,919,
%U A092402 937,991,1021,1039,1069,1117,1171,1201,1231,1237,1291,1297,1327,1381,1447
%N A092402 Primes of the form p+8 where p is a prime.
%H A092402 Vincenzo Librandi, <a href="/A092402/b092402.txt">Table of n, a(n) for n = 1..1000</a>
%t A092402 Select[Prime[Range[5,2000]],PrimeQ[#-8]&] (* _Vincenzo Librandi_, Jul 14 2012 *)
%Y A092402 Select primes from A000040 + 8.
%Y A092402 Cf. A067829 A067830 A067831.
%K A092402 nonn,easy
%O A092402 1,1
%A A092402 Douglas Winston (douglas.winston(AT)srupc.com), Mar 22 2004