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!)
A295003 The number of seconds after midnight corresponding to prime time primes, i.e., primes of the form HMMSS with primes H < 24 and MM, SS < 60, cf. A295013. 6
7339, 7351, 7381, 7417, 7403, 7421, 7427, 7433, 7439, 7469, 7507, 7543, 7627, 7637, 7639, 7651, 7663, 7667, 7673, 7679, 7691, 7693, 7709, 7867, 7903, 7939, 7993, 7997, 7999, 8003, 8021, 8027, 8059, 8063, 8077, 8233, 8257, 8287, 8293, 8351, 8369, 8377, 8383 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A295002 for the primes within this sequence, and A295000 for the corresponding 6-digit clock times.
LINKS
M. F. Hasler, Table of n, a(n) for n = 1..1211 (complete sequence).
MATHEMATICA
With[{s = Prime@ Range@ PrimePi@ 60}, Select[NumberCompose[{#1, #2, #3}, {3600, 60, 1}] & @@ # & /@ Tuples@ {TakeWhile[s, # < 24 &], s, s}, PrimeQ]] (* Michael De Vlieger, Jan 21 2018 *)
PROG
(PARI) apply( A292579, A295013) \\ convert prime time primes to seconds
CROSSREFS
Sequence in context: A202167 A235883 A117799 * A097696 A202574 A202567
KEYWORD
nonn,base,fini,full
AUTHOR
M. F. Hasler, Jan 15 2018
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 10:00 EDT 2024. Contains 371935 sequences. (Running on oeis4.)