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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063913 Numbers n such that n and 2n-13 are primes. 11
13, 37, 43, 61, 97, 103, 127, 163, 181, 193, 211, 223, 277, 307, 313, 337, 373, 421, 433, 523, 541, 571, 607, 613, 631, 733, 751, 811, 853, 877, 883, 907, 937, 1021, 1033, 1051, 1063, 1087, 1117, 1153, 1201, 1303, 1381, 1423, 1483, 1531 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

PROG

(PARI) { n=0; p=1; for (m=1, 10^9, p=nextprime(p+1); if (isprime(2*p - 13), write("b063913.txt", n++, " ", p); if (n==1000, break)) ) } [From Harry J. Smith, Sep 02 2009]

CROSSREFS

Sequence in context: A088963 A220462 A185006 * A119705 A155560 A217734

Adjacent sequences:  A063910 A063911 A063912 * A063914 A063915 A063916

KEYWORD

nonn

AUTHOR

N. J. A. Sloane, Aug 31 2001

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 22 17:33 EDT 2013. Contains 225559 sequences.