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!)
A049490 a(n) and a(n)+64 both prime. 10
3, 7, 19, 37, 43, 67, 73, 103, 109, 127, 163, 193, 199, 229, 283, 337, 367, 379, 397, 439, 457, 499, 523, 577, 613, 619, 709, 733, 757, 823, 877, 883, 907, 919, 967, 997, 1033, 1039, 1087, 1117, 1123, 1129, 1153, 1213, 1237, 1297, 1303, 1423, 1429, 1447 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
19 and 19+64=83 both prime.
MATHEMATICA
Select[Prime[Range[300]], PrimeQ[#+64]&] (* Harvey P. Dale, Mar 21 2011 *)
PROG
(PARI) select(p -> isprime(p+64), primes(1000)) \\ Edward Jiang, Sep 05 2014
CROSSREFS
Sequence in context: A113916 A227502 A268065 * A112391 A127928 A298125
KEYWORD
nonn
AUTHOR
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 September 14 03:39 EDT 2024. Contains 375911 sequences. (Running on oeis4.)