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.

A092216 Primes of the form p + 12 where p is a prime.

This page as a plain text file.
%I A092216 #16 Jan 17 2015 02:35:01
%S A092216 17,19,23,29,31,41,43,53,59,71,73,79,83,101,109,113,139,149,151,163,
%T A092216 179,191,193,211,223,239,241,251,263,269,281,283,293,349,359,379,401,
%U A092216 409,421,431,433,443,461,479,491,499,503,521,569,599,613,619,631,643,653
%N A092216 Primes of the form p + 12 where p is a prime.
%H A092216 Vincenzo Librandi, <a href="/A092216/b092216.txt">Table of n, a(n) for n = 1..1000</a>
%F A092216 a(n) = 12 + A046133(n). - _R. J. Mathar_, Jun 21 2010
%t A092216 f[n_]:=n+12; lst={};Do[r=Prime[n];p=f[r];If[PrimeQ[p],AppendTo[lst,p]],{n,6!}];lst (* _Vladimir Joseph Stephan Orlovsky_, Jul 04 2009 *)
%t A092216 Select[Prime[Range[5,120]],PrimeQ[#-12]&]  (* _Harvey P. Dale_, Feb 18 2011 *)
%Y A092216 Cf. A000040, A006512, A046132, A046117, A092402, A092146.
%K A092216 nonn
%O A092216 1,1
%A A092216 Douglas Winston (douglas.winston(AT)srupc.com), Apr 02 2004