OFFSET
1,1
COMMENTS
The number of minutes past midnight represented by each of the times here can be found in A118850.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 1..83 (full sequence)
MAPLE
for h from 0 to 23 do for m from 0 to 59 do t:=100*h+m: if(isprime(60*h+m) and isprime(t))then printf("%d, ", t): fi: od: od: # Nathaniel Johnston, May 17 2011
CROSSREFS
KEYWORD
nonn,base,easy,fini,full
AUTHOR
Carl R. White, May 01 2006
STATUS
approved