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!)
A254673 Primes prime(n) such that prime(n) + 4*n is also prime. 2
3, 5, 7, 11, 13, 23, 47, 59, 71, 73, 79, 97, 103, 113, 127, 137, 181, 199, 251, 263, 271, 281, 293, 331, 359, 367, 397, 419, 433, 443, 449, 457, 463, 487, 503, 523, 541, 571, 607, 613, 617, 631, 653, 709, 719, 751, 761, 773, 829, 839, 877, 881, 953, 967, 971 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
prime(4)=7 is in the sequence because 7+4*4 = 23 is prime.
prime(6)=13 is in the sequence because 13+4*6 = 37 is prime.
MATHEMATICA
Prime[Select[Range[180], PrimeQ[Prime[#] + 4 #] &]]
PROG
(Magma) [NthPrime(n): n in [1..200] | IsPrime(NthPrime(n)+4*n)]
CROSSREFS
Sequence in context: A080114 A088878 A259730 * A343976 A155916 A038979
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Feb 05 2015
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)