(Translated by https://www.hiragana.jp/)
A101784 - OEIS
The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A101784 Primes which remain prime after omitting maximal digit. 0
23, 29, 37, 43, 53, 59, 73, 79, 83, 97, 113, 131, 137, 139, 151, 163, 173, 179, 181, 191, 193, 197, 199, 211, 233, 239, 263, 283, 293, 311, 313, 317, 331, 379, 397, 419, 431, 439, 443, 461, 463, 479, 487, 491, 503, 523, 541, 563, 593, 599, 613, 617, 619, 631 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If there are several maximal digits, first from left is omitted.
LINKS
MATHEMATICA
omit[d_, list_] := Module[{aux = {}, len = Length[list]}, Do[If[list[[i]] == d, none, aux = Join[aux, {list[[i]]}]], {i, len}]; aux]; maxomit[n_] := omit[Max[IntegerDigits[Prime[n]]], IntegerDigits[Prime[n]]]; convert[lis_] := Sum[Reverse[lis][[i]] 10^(i - 1), {i, 1, Length[lis]}]; Table[If[PrimeQ[convert[maxomit[n]]], Prime[n], 0], {n, 1, 300}] //Union //Rest [From Jose Grau, Feb 17 2010]
CROSSREFS
Sequence in context: A061754 A180066 A353286 * A101802 A363074 A156983
KEYWORD
base,easy,nonn
AUTHOR
Zak Seidov, Jan 27 2005
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 May 25 21:36 EDT 2024. Contains 372806 sequences. (Running on oeis4.)