login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090712 Primes p with property that if p = d_1 d_2 ... d_k when written in base 13, then the string d_1 d_2 ... d_k is again a prime in base 10. 1
2, 3, 5, 7, 29, 53, 59, 79, 107, 113, 241, 263, 269, 293, 367, 373, 419, 443, 521, 523, 547, 601, 607, 631, 677, 757, 761, 787, 937, 971, 1021, 1069, 1093, 1231, 1249, 1277, 1307, 1361, 1381, 1433, 1459, 1543, 1567, 1613, 1619, 2213, 2237, 2239, 2447, 2477 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

41 is a decimal prime. Converting 41 base 13 to base 10 produces 53 which is a decimal prime. So 53 is a member.

MATHEMATICA

f[n_]:=Module[{c13=FromDigits[IntegerDigits[n], 13]}, If[PrimeQ[c13], c13, 0]]; Select[f/@Prime[Range[500]], #!=0&] (* From Harvey P. Dale, June 20 2011 *)

CROSSREFS

Sequence in context: A069108 A156604 A046864 * A082257 A054750 A048404

Adjacent sequences:  A090709 A090710 A090711 * A090713 A090714 A090715

KEYWORD

base,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 18 2004

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Feb 07 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 07:32 EST 2012. Contains 205707 sequences.