cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A173594 Near-repdigit emirps.

This page as a plain text file.
%I A173594 #6 Sep 17 2021 19:02:25
%S A173594 113,199,311,337,733,991,1151,1181,1511,1811,3343,3373,3433,3733,7177,
%T A173594 7577,7717,7757,11161,16111,77797,79777,98999,99989,111119,111211,
%U A173594 112111,323333,333323,333337,333433,334333,733333,777787,777877,778777,787777,911111
%N A173594 Near-repdigit emirps.
%C A173594 Entries of A164937 that are emirps (A006567), i.e., A164937 INTERSECTION A006567.
%t A173594 Select[Prime[Range[26,75000]],!PalindromeQ[#]&&PrimeQ[IntegerReverse[ #]] && Count[ DigitCount[#],0]==8&&MemberQ[DigitCount[#],1]&] (* _Harvey P. Dale_, Sep 17 2021 *)
%Y A173594 Cf. A164937, A173595, A173596
%K A173594 nonn,base
%O A173594 1,1
%A A173594 _Lekraj Beedassy_, Feb 22 2010