login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A020484 Least prime p such that there exists a prime q with p-2n = q. 7
2, 5, 7, 11, 11, 13, 17, 17, 19, 23, 23, 29, 29, 29, 31, 37, 37, 37, 41, 41, 43, 47, 47, 53, 53, 53, 59, 59, 59, 61, 67, 67, 67, 71, 71, 73, 79, 79, 79, 83, 83, 89, 89, 89, 101, 97, 97, 97, 101, 101, 103, 107, 107, 109, 113, 113, 131, 127, 127, 131, 127, 127, 127, 131, 131, 137 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
PROG
(Haskell)
a020484 n = head [q | p <- a000040_list, let q = p + 2*n, a010051' q == 1]
-- Reinhard Zumkeller, Nov 29 2014
CROSSREFS
Sequence in context: A065219 A013660 A257325 * A124203 A155085 A077665
KEYWORD
nonn
AUTHOR
EXTENSIONS
Minor edits by N. J. A. Sloane, Jul 13 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 17 21:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)