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!)
A075238 Primes whose base 8 reversal is also prime. 7
2, 3, 5, 7, 13, 29, 31, 41, 43, 47, 59, 61, 67, 71, 73, 79, 89, 97, 101, 107, 113, 193, 211, 227, 233, 239, 251, 349, 353, 373, 383, 449, 457, 463, 479, 487, 491, 503, 509, 521, 523, 541, 577, 587, 643, 677, 683, 719, 733, 751, 757, 773, 787, 811, 823, 827, 829 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Harvey P. Dale)
MATHEMATICA
Prime[ Select[ Range[150], PrimeQ[ FromDigits[ Reverse[ IntegerDigits[ Prime[ # ], 8]], 8]] &]]
Select[Prime[Range[200]], PrimeQ[IntegerReverse[#, 8]]&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jun 09 2017 *)
CROSSREFS
Sequence in context: A359505 A114741 A096177 * A346408 A158281 A115261
KEYWORD
base,easy,nonn
AUTHOR
Robert G. Wilson v, Sep 09 2002
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 24 06:39 EDT 2024. Contains 371920 sequences. (Running on oeis4.)