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!)
A089968 Decimal primes whose decimal representation in base 16 is also prime. 1
2, 3, 5, 7, 17, 19, 23, 41, 67, 71, 83, 89, 97, 103, 113, 131, 137, 151, 257, 263, 311, 313, 337, 359, 401, 409, 547, 563, 569, 577, 593, 599, 617, 631, 641, 643, 659, 787, 823, 839, 857, 883, 919 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
43 is prime in decimal and 43 base 16 is 67 which is also prime in decimal.
MATHEMATICA
b16Q[n_]:= Module[{idn16=IntegerDigits[n, 16]}, Max[idn16]<10&&PrimeQ[FromDigits[idn16]]]; Select[Prime[Range[PrimePi[2000]]], b16Q] (* Vincenzo Librandi, Apr 18 2013 *)
CROSSREFS
Sequence in context: A090725 A276141 A214588 * A164060 A356405 A113029
KEYWORD
base,nonn
AUTHOR
Cino Hilliard, Jan 18 2004
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)