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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067227 n is prime and remains prime when its leading digit is replaced by any nonzero digit that is a power of 2 (i.e. 2, 4, 8). 0
13, 23, 43, 53, 73, 83, 139, 157, 163, 239, 257, 263, 439, 457, 463, 557, 563, 739, 757, 839, 857, 863, 1297, 1423, 1447, 1663, 1861, 1999, 2111, 2243, 2273, 2297, 2423, 2447, 2663, 2861, 2969, 2999, 4111, 4243, 4273, 4297, 4423, 4447, 4663, 4861, 4969 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

53 is prime and so are 23, 43, 83, so 53 is a term of the sequence.

MATHEMATICA

(*replaces the leading digit of n by m*) f[n_, m_] := FromDigits[Flatten[Append[IntegerDigits[m], Drop[IntegerDigits[n], 1]]]]; Select[Range[10^4], PrimeQ[ # ] && PrimeQ[f[ #, 2]] && PrimeQ[f[ #, 4]] && PrimeQ[f[ #, 8]] & ]

CROSSREFS

Sequence in context: A135283 A119488 A112394 * A068712 A103166 A154863

Adjacent sequences:  A067224 A067225 A067226 * A067228 A067229 A067230

KEYWORD

base,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Feb 20 2002

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 17:13 EST 2012. Contains 205828 sequences.