login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A050246 Digital clock primes. 5
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 211, 223, 227, 229, 233, 239, 241, 251, 257, 307, 311, 313, 317, 331, 337, 347, 349, 353, 359, 401, 409, 419, 421, 431, 433, 439, 443 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The number of minutes past midnight represented by each of the times here can be found in A118848. - Carl R. White (oeisfan(AT)cyreksoft.yorks.com), May 01 2006

LINKS

Nathaniel Johnston, Table of n, a(n) for n = 1..211 (full sequence)

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

FORMULA

a(n) = A118848(n)+floor(A118848(n)/60)*40 - Carl R. White (oeisfan(AT)cyreksoft.yorks.com), May 01 2006

MAPLE

for h from 0 to 23 do for m from 0 to 59 do t:=100*h+m: if(isprime(t))then printf("%d, ", t): fi: od: od: # Nathaniel Johnston, May 17 2011

CROSSREFS

Cf. A118848, A118849, A118850, A129336.

Sequence in context: A078668 A038614 A171047 * A118849 A049561 A080191

Adjacent sequences:  A050243 A050244 A050245 * A050247 A050248 A050249

KEYWORD

nonn,easy,base,fini

AUTHOR

Eric Weisstein (eric(AT)weisstein.com)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:17 EST 2012. Contains 205971 sequences.