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!)
A176882 Primes p with at least one decimal digit 1 that remain prime after omitting all 1's from p. 2
13, 17, 31, 71, 103, 107, 113, 131, 137, 151, 167, 173, 179, 197, 211, 311, 317, 431, 617, 719, 971, 1013, 1021, 1031, 1051, 1097, 1103, 1117, 1123, 1129, 1151, 1153, 1171, 1213, 1223, 1229, 1231, 1277, 1283, 1291, 1307, 1367, 1373, 1409, 1433, 1439, 1471, 1487, 1499 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Reap[Do[id=IntegerDigits[p=Prime[n]]; If[MemberQ[id, 1]&&PrimeQ[FromDigits[DeleteCases[id, 1]]], Sow[p]], {n, 3000}]][[2, 1]]
Select[Prime[Range[250]], DigitCount[#, 10, 1]>0&&PrimeQ[FromDigits[ DeleteCases[ IntegerDigits[ #], 1]]]&] (* Harvey P. Dale, Apr 10 2023 *)
CROSSREFS
Cf. A176822.
Sequence in context: A062338 A143863 A158571 * A272403 A159614 A158087
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Dec 07 2010
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 August 13 22:27 EDT 2024. Contains 375144 sequences. (Running on oeis4.)