|
|
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
|
|
|
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
|
|
|
KEYWORD
|
nonn,base,fini,full
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|