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!)
A159911 Prime times: primes of the form HMM with primes H, MM, 0<H<24, 0<MM<60. 8
211, 223, 229, 241, 307, 311, 313, 317, 331, 337, 347, 353, 359, 503, 523, 541, 547, 719, 743, 1103, 1117, 1123, 1129, 1153, 1303, 1307, 1319, 1723, 1741, 1747, 1753, 1759, 1907, 1913, 1931, 2311, 2341, 2347 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Suggested by E. Angelini, cf. link.
LINKS
MATHEMATICA
Select[Flatten[Table[FromDigits[Join[IntegerDigits[h], PadLeft[ IntegerDigits[ m], 2]]], {h, Prime[Range[9]]}, {m, Prime[Range[ 17]]}]], PrimeQ] (* Harvey P. Dale, Mar 27 2022 *)
PROG
(PARI) forprime( h=0, 24, forprime( m=0, 60, isprime(100*h+m) & print1(100*h+m, ", ")))
CROSSREFS
See also A050246 and A229106, where H and MM (and SS) do not need to be prime.
Sequence in context: A136601 A108406 A051268 * A319141 A133959 A133960
KEYWORD
base,dumb,easy,fini,full,nonn
AUTHOR
M. F. Hasler, May 01 2009
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)