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!)
A073805 Numbers k such that 1 + k*R(k) is prime, where R(k) is the reverse of k. 1

%I #8 May 19 2021 20:35:12

%S 1,2,4,6,10,16,18,20,24,25,26,28,36,42,50,52,58,61,62,63,66,68,70,80,

%T 81,82,85,86,90,100,108,112,116,120,132,136,138,140,152,162,170,190,

%U 198,200,204,205,209,210,211,213,214,219,223,224,228,231,234,236,238

%N Numbers k such that 1 + k*R(k) is prime, where R(k) is the reverse of k.

%e 16 is a term because 16*61 + 1 = 977 is prime.

%t Select[Range[250],PrimeQ[# IntegerReverse[#]+1]&] (* Requires Mathematica version 10 or later *) (* _Harvey P. Dale_, Oct 05 2017 *)

%K easy,base,nonn

%O 1,2

%A _Shyam Sunder Gupta_, Aug 23 2002

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 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)