A118848 Number of minutes past midnight represented by A050246(n).
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 63, 67, 69, 73, 87, 91, 97, 99, 109, 111, 117, 131, 143, 147, 149, 153, 159, 161, 171, 177, 187, 191, 193, 197, 211, 217, 227, 229, 233, 239, 241, 249, 259, 261, 271, 273, 279, 283, 289, 297
Offset: 1
Links
- Nathaniel Johnston, Table of n, a(n) for n = 1..211 (full sequence)
Programs
-
Maple
for h from 0 to 23 do for m from 0 to 59 do if(isprime(100*h+m))then printf("%d, ", 60*h+m): fi: od: od: # Nathaniel Johnston, May 17 2011
Comments