login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092216 Primes of the form p+12 where p is a prime. 5
17, 19, 23, 29, 31, 41, 43, 53, 59, 71, 73, 79, 83, 101, 109, 113, 139, 149, 151, 163, 179, 191, 193, 211, 223, 239, 241, 251, 263, 269, 281, 283, 293, 349, 359, 379, 401, 409, 421, 431, 433, 443, 461, 479, 491, 499, 503, 521, 569, 599, 613, 619, 631, 643, 653 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..1000

FORMULA

a(n) = 12+A046133(n). [From R. J. Mathar, Jun 21 2010]

MATHEMATICA

f[n_]:=n+12; lst={}; Do[r=Prime[n]; p=f[r]; If[PrimeQ[p], AppendTo[lst, p]], {n, 6!}]; lst [From Vladimir Joseph Stephan Orlovsky, Jul 04 2009]

Select[Prime[Range[5, 120]], PrimeQ[#-12]&]  (* From Harvey P. Dale, Feb 18 2011 *)

CROSSREFS

Cf. A000040 A006512 A046132 A046117 A092402 A092146.

Sequence in context: A054796 A008366 A126769 * A180948 A187372 A106933

Adjacent sequences:  A092213 A092214 A092215 * A092217 A092218 A092219

KEYWORD

nonn

AUTHOR

Douglas Winston (douglas.winston(AT)srupc.com), Apr 02 2004

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 19 02:47 EDT 2013. Contains 225428 sequences.