OFFSET
1,1
COMMENTS
Leading zeros are ignored, so the term a(3) = 5, for example, corresponds to the display 00:00:05. Sequence has 7669 entries. The first 211 terms are the same as in A050246.
LINKS
Shyam Sunder Gupta, Table of n, a(n) for n = 1..7669 (complete sequence)
EXAMPLE
109 is in the sequence because it is prime and display the time as 00:01:09.
MATHEMATICA
Select[Flatten[Table[10000*hr + 100*mnt + sec, {hr, 0, 23}, {mnt, 0, 59}, {sec, 0, 59}]], PrimeQ]
CROSSREFS
KEYWORD
nonn,fini,full,base
AUTHOR
Shyam Sunder Gupta, Sep 13 2013
STATUS
approved