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.

A020939 Greatest k such that (k-th prime) < (9 times n-th prime).

Original entry on oeis.org

7, 9, 14, 18, 25, 30, 36, 39, 46, 55, 59, 67, 73, 76, 82, 91, 99, 101, 110, 115, 119, 127, 132, 139, 150, 155, 157, 162, 165, 170, 189, 193, 202, 204, 217, 217, 223, 232, 239, 245, 254, 258, 267, 270, 274, 278, 290, 304, 309, 310, 316, 324, 326, 335, 344, 350
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Table[PrimePi[NextPrime[9*Prime[n],-1]],{n,60}] (* Harvey P. Dale, Jan 10 2013 *)

Extensions

More terms from Henry Bottomley, Nov 13 2000