login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118850 Number of minutes past midnight represented by A118849(n). 11
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 73, 97, 109, 131, 149, 191, 193, 197, 211, 227, 229, 233, 239, 241, 271, 283, 347, 367, 373, 379, 401, 419, 421, 439, 463, 491, 503, 509, 547, 569, 577, 587, 593, 613, 619, 631, 677 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Prime members of A118848.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 1..83 (full sequence)
FORMULA
a(n) = A118849(n) - floor(A118849(n)/100)*40.
MAPLE
for h from 0 to 23 do for m from 0 to 59 do t:=60*h+m: if(isprime(100*h+m) and isprime(t))then printf("%d, ", t): fi: od: od: # Nathaniel Johnston, May 17 2011
CROSSREFS
Sequence in context: A196230 A233360 A234960 * A322443 A219697 A078668
KEYWORD
nonn,easy,base,fini,full
AUTHOR
Carl R. White, May 01 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)