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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064270 Primes of the form p(n)-n; or primes arising in A014689. 4
2, 3, 7, 11, 19, 29, 37, 43, 79, 83, 139, 149, 179, 197, 251, 269, 307, 349, 373, 397, 491, 683, 709, 733, 829, 859, 883, 971, 997, 1093, 1153, 1289, 1429, 1433, 1453, 1511, 1531, 1549, 1637, 1699, 1721, 1931, 1993, 1999, 2029, 2053, 2063, 2161, 2203 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

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

PROG

(PARI) j=[]; for(n=1, 500, if(isprime(prime(n)-n), j=concat(j, prime(n)-n))); j

(PARI) { n=0; for (m=1, 10^9, if (isprime(prime(m) - m), write("b064270.txt", n++, " ", prime(m) - m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 11 2009]

CROSSREFS

Cf. A064269.

Sequence in context: A195602 A105897 A129386 * A062576 A079739 A158709

Adjacent sequences:  A064267 A064268 A064269 * A064271 A064272 A064273

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Sep 23 2001

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 18:57 EST 2012. Contains 206074 sequences.