cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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

Original entry on oeis.org

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

Views

Author

Carl R. White, May 01 2006

Keywords

Comments

Prime members of this sequence can be found in A118850.

Crossrefs

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

Formula

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