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!)
A118848 Number of minutes past midnight represented by A050246(n). 11

%I #9 Sep 03 2017 11:34:06

%S 2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,63,67,69,73,87,91,

%T 97,99,109,111,117,131,143,147,149,153,159,161,171,177,187,191,193,

%U 197,211,217,227,229,233,239,241,249,259,261,271,273,279,283,289,297

%N Number of minutes past midnight represented by A050246(n).

%C Prime members of this sequence can be found in A118850.

%H Nathaniel Johnston, <a href="/A118848/b118848.txt">Table of n, a(n) for n = 1..211</a> (full sequence)

%F a(n) = A050246(n) - floor(A050246(n)/100)*40.

%p 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

%Y Cf. A050246, A118849, A118850.

%K nonn,easy,base,fini,full

%O 1,1

%A _Carl R. White_, May 01 2006

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 17 21:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)