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.

Previous Showing 11-16 of 16 results.

A020935 Greatest k such that (k-th prime) < (5 times n-th prime).

Original entry on oeis.org

4, 6, 9, 11, 16, 18, 23, 24, 30, 34, 36, 42, 46, 47, 51, 56, 62, 62, 67, 71, 72, 77, 80, 86, 92, 96, 97, 99, 100, 103, 115, 119, 124, 125, 132, 133, 137, 141, 145, 150, 154, 154, 162, 162, 166, 167, 177, 186, 189, 189, 192, 196, 197, 204, 208, 214, 217, 217, 221
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

Extensions

More terms from Henry Bottomley, Nov 13 2000

A020936 Greatest k such that (k-th prime) < (6 times n-th prime).

Original entry on oeis.org

5, 7, 10, 13, 18, 21, 26, 30, 33, 40, 42, 47, 53, 55, 60, 66, 71, 72, 79, 82, 84, 91, 94, 99, 106, 110, 113, 116, 119, 123, 135, 137, 142, 145, 154, 154, 160, 165, 168, 174, 180, 180, 189, 191, 194, 196, 205, 217, 218, 220, 221, 227, 228, 239, 242, 248, 255, 257
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    PrimePi[NextPrime[#,-1]]&/@(6Prime[Range[60]]) (* Harvey P. Dale, Jun 18 2013 *)

Extensions

More terms from Henry Bottomley, Nov 13 2000

A020937 Greatest k such that (k-th prime) < (7 times n-th prime).

Original entry on oeis.org

6, 8, 11, 15, 21, 24, 30, 32, 37, 46, 47, 55, 61, 62, 66, 73, 80, 82, 91, 94, 97, 101, 106, 114, 123, 126, 128, 132, 135, 138, 154, 156, 162, 164, 175, 177, 184, 189, 192, 197, 204, 205, 217, 217, 220, 221, 233, 246, 250, 252, 258, 263, 263, 273, 278, 282, 289
Offset: 1

Views

Author

Keywords

Crossrefs

Extensions

More terms from Henry Bottomley, Nov 13 2000

A020938 Greatest k such that (k-th prime) < (8 times n-th prime).

Original entry on oeis.org

6, 9, 12, 16, 23, 27, 32, 36, 42, 50, 53, 62, 66, 68, 74, 82, 91, 93, 99, 103, 106, 115, 121, 127, 137, 139, 143, 147, 150, 154, 170, 175, 183, 186, 195, 197, 204, 213, 217, 221, 226, 229, 241, 243, 248, 250, 263, 276, 280, 282, 284, 292, 293, 304, 310, 317
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    PrimePi[NextPrime[8#,-1]]&/@Prime[Range[60]] (* Harvey P. Dale, May 07 2021 *)

Extensions

More terms from Henry Bottomley, Nov 13 2000

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

A284061 Triangle read by rows: T(n,k) = pi(prime(k) * prime(n+1)).

Original entry on oeis.org

3, 4, 6, 6, 8, 11, 8, 11, 16, 21, 9, 12, 18, 24, 34, 11, 15, 23, 30, 42, 47, 12, 16, 24, 32, 46, 53, 66, 14, 19, 30, 37, 54, 62, 77, 84, 16, 23, 34, 46, 66, 74, 94, 101, 121, 18, 24, 36, 47, 68, 79, 99, 107, 127, 154, 21, 29, 42, 55, 79, 92, 114, 126, 146, 180
Offset: 1

Views

Author

Michael De Vlieger, Mar 19 2017

Keywords

Comments

Prime(T(n,k)) is the largest prime q such that q * p_n# / prime(k) < p_(n+1)#, with primorial p_n# = A002110(n).
T(n,1) = A020900(n+1), T(n,2) = A020901(n+1), T(n,3) = A020935(n+1), T(n,4) = A020937(n+1).

Examples

			a(5) = T(2,2) = 8 since the largest prime q <= prime(2) prime(3+1) = 3*7 = 21 is 19, the 8th prime.
Rows 1 <= n <= 12 of triangle T(n,k):
   3
   4    6
   6    8   11
   8   11   16   21
   9   12   18   24   34
  11   15   23   30   42   47
  12   16   24   32   46   53    66
  14   19   30   37   54   62    77    84
  16   23   34   46   66   74    94   101   121
  18   24   36   47   68   79    99   107   127   154
  21   29   42   55   79   92   114   126   146   180   189
  22   30   46   61   87   99   125   137   160   195   205   240
Values of m = q * p_n#/prime(k) < p_(n+1)# with q = prime(T(n,k)):
                                    prime(k)
                      2       3       5       7      11      13
           6  |       5
          30  |      21      26
p_(n+1)# 210  |     195     190     186
        2310  |    1995    2170    2226    2190
       30030  |   26565   28490   28182   29370   29190
      510510  |  465465  470470  498498  484770  494130  487410
All terms m of row n have omega(m) = A001221(m) = n.
		

Crossrefs

Programs

  • Mathematica
    Table[PrimePi[Prime[k] Prime[n + 1]], {n, 11}, {k, n}] // Flatten
  • PARI
    for(n=1, 12, for(k=1, n, print1(primepi(prime(k) * prime(n + 1)),", ");); print();); \\ Indranil Ghosh, Mar 19 2017
    
  • Python
    from sympy import prime, primepi
    for n in range(1, 13):
        print([primepi(prime(k) * prime(n + 1)) for k in range(1, n+1)])
    # Indranil Ghosh, Mar 19 2017
Previous Showing 11-16 of 16 results.