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!)
A088884 Primes which when concatenated with their reverse and decremented by 2 yield a new prime. 2
3, 5, 11, 53, 107, 131, 149, 167, 179, 191, 311, 317, 389, 503, 599, 947, 971, 1049, 1061, 1097, 1187, 1223, 1259, 1427, 1439, 1523, 1571, 1583, 1697, 1721, 1787, 1811, 1871, 1913, 1931, 1949, 3089, 3119, 3191, 3209, 3299, 3449, 3617, 3671, 3677, 3761 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It appears that if concat(p,reverse(p))-2 is prime, then concat(p,reverse(p))+2 is not and vice versa. This was tested for the first 60000 primes.
LINKS
EXAMPLE
a(4) =53 because (i) 53 is prime and (ii) when 53 is concatenated with its reverse (35) - 2, the result (5333) is prime.
MATHEMATICA
Select[Prime[Range[600]], PrimeQ[FromDigits[Join[IntegerDigits[#], Reverse[ IntegerDigits[ #]]]]- 2]&] (* Harvey P. Dale, Apr 06 2017 *)
CROSSREFS
Cf. A067087 (Concatenation of n-th prime and its reverse.), A088883 (Primes which when concatenated with their reverse and incremented by 2 yield a new prime.).
Sequence in context: A268510 A004203 A201473 * A328381 A058029 A206640
KEYWORD
base,nonn
AUTHOR
Chuck Seggelin (barkeep(AT)plastereddragon.com), Oct 21 2003
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)