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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145474 Primes p such that (13+p)/2 is prime. 1
13, 61, 73, 109, 181, 193, 241, 313, 349, 373, 409, 433, 541, 601, 613, 661, 733, 829, 853, 1033, 1069, 1129, 1201, 1213, 1249, 1453, 1489, 1609, 1693, 1741, 1753, 1801, 1861, 2029, 2053, 2089, 2113, 2161, 2221, 2293, 2389, 2593, 2749, 2833, 2953, 3049 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

All these primes are congruent to 1 mod 12

MATHEMATICA

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

CROSSREFS

A092109, A145471-A145480.

Sequence in context: A124864 A126400 A146764 * A002647 A118711 A028874

Adjacent sequences:  A145471 A145472 A145473 * A145475 A145476 A145477

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 15:57 EST 2012. Contains 206050 sequences.