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!)
A243460 Primes p such that (p reversed)-7 is also a prime. 2

%I #5 Sep 08 2022 08:46:08

%S 41,47,83,401,419,431,443,449,461,467,479,617,641,647,653,677,683,857,

%T 881,4001,4007,4049,4073,4079,4127,4133,4157,4211,4253,4289,4373,4397,

%U 4421,4457,4463,4583,4643,4703,4751,4787,4793,4799,4817,4871,4919,4967,6029

%N Primes p such that (p reversed)-7 is also a prime.

%H Vincenzo Librandi, <a href="/A243460/b243460.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[4, 7000]], PrimeQ[FromDigits[Reverse[IntegerDigits[#]]] - 7] &]

%o (Magma) [p: p in PrimesInInterval(6, 7000) | IsPrime(q-7) where q is Seqint(Reverse(Intseq(p)))];

%Y Cf. similar sequences listed in A243457.

%K nonn,base

%O 1,1

%A _Vincenzo Librandi_, Jun 05 2014

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 June 10 10:09 EDT 2023. Contains 363199 sequences. (Running on oeis4.)