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!)
A296520 Multidigit primes in which the largest digit appears only once. 0
13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 211, 223, 227, 229, 239, 241, 251, 257, 263, 269, 271 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
In 13 the last digit is the largest, in 131 the middle digit and in 41 the first digit.
MATHEMATICA
Reap[Do[p=Prime[k]; id=IntegerDigits[p]; If[Count[id, Max[id]]==1, Sow[p]], {k, 6, 100}]][[2, 1]]
(* Second program: *)
Select[Prime@ Range[5, 60], Last@ Select[DigitCount[#], # > 0 &] == 1 &] (* Michael De Vlieger, Dec 14 2017 *)
CROSSREFS
A156666 is a subsequence (except that the single-digit primes are included).
Sequence in context: A132077 A235154 A045921 * A334391 A334321 A034845
KEYWORD
base,nonn
AUTHOR
Zak Seidov, Dec 14 2017
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 24 16:25 EDT 2024. Contains 371961 sequences. (Running on oeis4.)