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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145472 Primes p such that (7+p)/2 is prime. 0
3, 7, 19, 31, 67, 79, 127, 139, 151, 199, 211, 271, 307, 379, 439, 547, 607, 619, 691, 727, 739, 751, 787, 811, 859, 907, 919, 967, 991, 1039, 1087, 1231, 1279, 1447, 1459, 1471, 1531, 1567, 1699, 1747, 1759, 1831, 1867, 1987, 2011, 2131, 2179, 2239, 2251 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

All these primes are congruent to 3 mod 4 and (with exception first one) to 7 mod 12

MATHEMATICA

aa = {}; k = 7; Do[If[PrimeQ[(k + Prime[n])/2], AppendTo[aa, Prime[n]]], {n, 1, 500}]; aa

CROSSREFS

A092109, A145471-A145480.

Cf. A063910 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Oct 04 2009]

Sequence in context: A066148 A093932 A141173 * A077313 A102271 A112633

Adjacent sequences:  A145469 A145470 A145471 * A145473 A145474 A145475

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Oct 11 2008

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 February 17 00:09 EST 2012. Contains 205978 sequences.