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.

A246931 Prime(14*n).

Original entry on oeis.org

43, 107, 181, 263, 349, 433, 521, 613, 701, 809, 887, 997, 1091, 1193, 1291, 1423, 1493, 1601, 1699, 1811, 1931, 2029, 2137, 2267, 2357, 2459, 2593, 2693, 2791, 2903, 3023, 3167, 3271, 3373, 3511, 3607, 3709, 3833, 3931, 4057, 4177, 4283, 4423, 4547
Offset: 1

Views

Author

Vincenzo Librandi, Sep 08 2014

Keywords

Crossrefs

Cf. similar sequences listed in A246929.

Programs

  • Magma
    [NthPrime(14*n): n in [1..50]];
    
  • Mathematica
    Prime[14 Range[50]]
  • PARI
    vector(100,n,prime(14*n)) \\ Derek Orr, Sep 08 2014